Html Css Color HEX #B040DF Medium Orchid

📋 copy color: '#B040DF'

red 176 ◦ green 64 ◦ blue 223

#B040DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B040DF

Tints of Medium Orchid #B040DF

RGB

 RED value IS 176 (69.14% from 255) = 38.01%

 GREEN value IS 64 (25.39% from 255) = 13.82%

 BLUE value IS 223 (87.5% from 255) = 48.16%

R = 38.01%
G = 13.82%
B = 48.16%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B040DF (or 0xB040DF) is known color: Medium Orchid. HEX triplet: B0, 40 and DF. RGB value is (176,64,223). Sum of RGB (Red+Green+Blue) = 176+64+223=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #B040DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B040DF is #4FBF20. Grayscale: #737373. Windows color (decimal): -5226273 or 14631088. OLE color: 14631088.

HSL color Cylindrical-coordinate representation of color #B040DF: hue angle of 282.26º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B040DF is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 64 223 -
CMYK 0.21 0.71 0 0.13
HSL 282.26º 0.71% 0.56% -
HSV(B) 282.26º 0.71% 0.87% -
XYZ 33.06 18.22 71.59 -
YUV 115.61 188.61 171.07 -
System Red Green Blue C M Y K H S L
Decimal 176 64 223 0.21 0.71 0 0.13 282.26 0.71 0.56
Hex B0 40 DF 15 47 0 D 11A 47 38
Octal 260 100 337 25 107 0 15 432 107 70
Binary 10110000 1000000 11011111 10101 1000111 0 1101 100011010 1000111 111000

Color Harmonies of #B040DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040DF

Black with #B040DF

Text Example


Text Example

White with #B040DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040DF; }

 p { color: rgb(176,64,223); }

 H1.HeaderClassName
 {
   color: #B040DF;
 }
 .AnyTagClassName
 {
   color: #B040DF;
 }
</style>

background-color css

<style>
 a { background-color: #B040DF; }

 a { background-color: rgb(176,64,223); }

 div.DivClassName
 {
   background-color: #B040DF;
 }
 .BgClassName
 {
   background-color: #B040DF;
 }
</style>

border-color css

<style>
 span { border-color: #B040DF; }

 span { border-color: rgb(176,64,223); }

 td.TdClassName
 {
   border-color: #B040DF;
 }
 .TagClassName
 {
   border-color: #B040DF;
 }
</style>