Html Css Color HEX #B042FE Medium Orchid

📋 copy color: '#B042FE'

red 176 ◦ green 66 ◦ blue 254

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

Shades of Medium Orchid #B042FE

Tints of Medium Orchid #B042FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.21%

R = 35.48%
G = 13.31%
B = 51.21%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B042FE (or 0xB042FE) is known color: Medium Orchid. HEX triplet: B0, 42 and FE. RGB value is (176,66,254). Sum of RGB (Red+Green+Blue) = 176+66+254=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 66 (26.17% from 255 or 13.31% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #B042FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B042FE is #4FBD01. Grayscale: #777777. Windows color (decimal): -5225730 or 16663216. OLE color: 16663216.

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

Color convert

RGB 176 66 254 -
CMYK 0.31 0.74 0 0.00
HSL 275.11º 0.99% 0.63% -
HSV(B) 275.11º 0.74% 1% -
XYZ 37.74 20.28 95.69 -
YUV 120.32 203.44 167.71 -
System Red Green Blue C M Y K H S L
Decimal 176 66 254 0.31 0.74 0 0.00 275.11 0.99 0.63
Hex B0 42 FE 1F 4A 0 0 113 63 3F
Octal 260 102 376 37 112 0 0 423 143 77
Binary 10110000 1000010 11111110 11111 1001010 0 0 100010011 1100011 111111

Color Harmonies of #B042FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B042FE

Black with #B042FE

Text Example


Text Example

White with #B042FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B042FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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