Html Css Color HEX #B042EA Medium Orchid

📋 copy color: '#B042EA'

red 176 ◦ green 66 ◦ blue 234

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

Shades of Medium Orchid #B042EA

Tints of Medium Orchid #B042EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.16%

R = 36.97%
G = 13.87%
B = 49.16%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B042EA (or 0xB042EA) is known color: Medium Orchid. HEX triplet: B0, 42 and EA. RGB value is (176,66,234). Sum of RGB (Red+Green+Blue) = 176+66+234=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #B042EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B042EA is #4FBD15. Grayscale: #757575. Windows color (decimal): -5225750 or 15352496. OLE color: 15352496.

HSL color Cylindrical-coordinate representation of color #B042EA: hue angle of 279.29º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B042EA is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 66 234 -
CMYK 0.25 0.72 0 0.08
HSL 279.29º 0.8% 0.59% -
HSV(B) 279.29º 0.72% 0.92% -
XYZ 34.7 19.07 79.69 -
YUV 118.04 193.44 169.34 -
System Red Green Blue C M Y K H S L
Decimal 176 66 234 0.25 0.72 0 0.08 279.29 0.8 0.59
Hex B0 42 EA 19 48 0 8 117 50 3B
Octal 260 102 352 31 110 0 10 427 120 73
Binary 10110000 1000010 11101010 11001 1001000 0 1000 100010111 1010000 111011

Color Harmonies of #B042EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B042EA

Black with #B042EA

Text Example


Text Example

White with #B042EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B042EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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