Html Css Color HEX #B042EF Medium Orchid

📋 copy color: '#B042EF'

red 176 ◦ green 66 ◦ blue 239

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

Shades of Medium Orchid #B042EF

Tints of Medium Orchid #B042EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.69%

R = 36.59%
G = 13.72%
B = 49.69%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B042EF (or 0xB042EF) is known color: Medium Orchid. HEX triplet: B0, 42 and EF. RGB value is (176,66,239). Sum of RGB (Red+Green+Blue) = 176+66+239=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #B042EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B042EF is #4FBD10. Grayscale: #767676. Windows color (decimal): -5225745 or 15680176. OLE color: 15680176.

HSL color Cylindrical-coordinate representation of color #B042EF: hue angle of 278.15º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B042EF is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 66 239 -
CMYK 0.26 0.72 0 0.06
HSL 278.15º 0.84% 0.6% -
HSV(B) 278.15º 0.72% 0.94% -
XYZ 35.43 19.36 83.53 -
YUV 118.61 195.94 168.93 -
System Red Green Blue C M Y K H S L
Decimal 176 66 239 0.26 0.72 0 0.06 278.15 0.84 0.6
Hex B0 42 EF 1A 48 0 6 116 54 3C
Octal 260 102 357 32 110 0 6 426 124 74
Binary 10110000 1000010 11101111 11010 1001000 0 110 100010110 1010100 111100

Color Harmonies of #B042EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B042EF

Black with #B042EF

Text Example


Text Example

White with #B042EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B042EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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