Html Css Color HEX #B042C3 Medium Orchid

📋 copy color: '#B042C3'

red 176 ◦ green 66 ◦ blue 195

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

Shades of Medium Orchid #B042C3

Tints of Medium Orchid #B042C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 44.62%

R = 40.27%
G = 15.1%
B = 44.62%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B042C3 (or 0xB042C3) is known color: Medium Orchid. HEX triplet: B0, 42 and C3. RGB value is (176,66,195). Sum of RGB (Red+Green+Blue) = 176+66+195=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 195 (76.56% from 255 or 44.62% from 437); Max value from RGB is 195 - color contains mainly: blue. Hex color #B042C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B042C3 is #4FBD3C. Grayscale: #717171. Windows color (decimal): -5225789 or 12796592. OLE color: 12796592.

HSL color Cylindrical-coordinate representation of color #B042C3: hue angle of 291.16º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B042C3 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 66 195 -
CMYK 0.10 0.66 0 0.24
HSL 291.16º 0.52% 0.51% -
HSV(B) 291.16º 0.66% 0.76% -
XYZ 29.7 17.07 53.36 -
YUV 113.6 173.94 172.51 -
System Red Green Blue C M Y K H S L
Decimal 176 66 195 0.10 0.66 0 0.24 291.16 0.52 0.51
Hex B0 42 C3 A 42 0 18 123 34 33
Octal 260 102 303 12 102 0 30 443 64 63
Binary 10110000 1000010 11000011 1010 1000010 0 11000 100100011 110100 110011

Color Harmonies of #B042C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B042C3

Black with #B042C3

Text Example


Text Example

White with #B042C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B042C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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