Html Css Color HEX #B042FF Medium Orchid

📋 copy color: '#B042FF'

red 176 ◦ green 66 ◦ blue 255

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

Shades of Medium Orchid #B042FF

Tints of Medium Orchid #B042FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.31%

R = 35.41%
G = 13.28%
B = 51.31%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B042FF (or 0xB042FF) is known color: Medium Orchid. HEX triplet: B0, 42 and FF. RGB value is (176,66,255). Sum of RGB (Red+Green+Blue) = 176+66+255=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 66 (26.17% from 255 or 13.28% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #B042FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B042FF is #4FBD00. Grayscale: #777777. Windows color (decimal): -5225729 or 16728752. OLE color: 16728752.

HSL color Cylindrical-coordinate representation of color #B042FF: hue angle of 274.92º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B042FF is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 66 255 -
CMYK 0.31 0.74 0 0
HSL 274.92º 1% 0.63% -
HSV(B) 274.92º 0.74% 1% -
XYZ 37.9 20.35 96.54 -
YUV 120.44 203.94 167.63 -
System Red Green Blue C M Y K H S L
Decimal 176 66 255 0.31 0.74 0 0 274.92 1 0.63
Hex B0 42 FF 1F 4A 0 0 113 64 3F
Octal 260 102 377 37 112 0 0 423 144 77
Binary 10110000 1000010 11111111 11111 1001010 0 0 100010011 1100100 111111

Color Harmonies of #B042FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B042FF

Black with #B042FF

Text Example


Text Example

White with #B042FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B042FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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