Html Css Color HEX #B042CF Medium Orchid

📋 copy color: '#B042CF'

red 176 ◦ green 66 ◦ blue 207

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

Shades of Medium Orchid #B042CF

Tints of Medium Orchid #B042CF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.7%

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 39.2%
G = 14.7%
B = 46.1%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B042CF (or 0xB042CF) is known color: Medium Orchid. HEX triplet: B0, 42 and CF. RGB value is (176,66,207). Sum of RGB (Red+Green+Blue) = 176+66+207=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #B042CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B042CF is #4FBD30. Grayscale: #727272. Windows color (decimal): -5225777 or 13583024. OLE color: 13583024.

HSL color Cylindrical-coordinate representation of color #B042CF: hue angle of 286.81º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B042CF is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 66 207 -
CMYK 0.15 0.68 0 0.19
HSL 286.81º 0.59% 0.54% -
HSV(B) 286.81º 0.68% 0.81% -
XYZ 31.12 17.63 60.79 -
YUV 114.96 179.94 171.54 -
System Red Green Blue C M Y K H S L
Decimal 176 66 207 0.15 0.68 0 0.19 286.81 0.59 0.54
Hex B0 42 CF F 44 0 13 11F 3B 36
Octal 260 102 317 17 104 0 23 437 73 66
Binary 10110000 1000010 11001111 1111 1000100 0 10011 100011111 111011 110110

Color Harmonies of #B042CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B042CF

Black with #B042CF

Text Example


Text Example

White with #B042CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B042CF; }

 p { color: rgb(176,66,207); }

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

background-color css

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

 a { background-color: rgb(176,66,207); }

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

border-color css

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

 span { border-color: rgb(176,66,207); }

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