Html Css Color HEX #B042C6 Medium Orchid

📋 copy color: '#B042C6'

red 176 ◦ green 66 ◦ blue 198

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

Shades of Medium Orchid #B042C6

Tints of Medium Orchid #B042C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45%

R = 40%
G = 15%
B = 45%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B042C6 (or 0xB042C6) is known color: Medium Orchid. HEX triplet: B0, 42 and C6. RGB value is (176,66,198). Sum of RGB (Red+Green+Blue) = 176+66+198=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 198 - color contains mainly: blue. Hex color #B042C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B042C6 is #4FBD39. Grayscale: #717171. Windows color (decimal): -5225786 or 12993200. OLE color: 12993200.

HSL color Cylindrical-coordinate representation of color #B042C6: hue angle of 290º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B042C6 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 66 198 -
CMYK 0.11 0.67 0 0.22
HSL 290º 0.54% 0.52% -
HSV(B) 290º 0.67% 0.78% -
XYZ 30.05 17.2 55.16 -
YUV 113.94 175.44 172.27 -
System Red Green Blue C M Y K H S L
Decimal 176 66 198 0.11 0.67 0 0.22 290 0.54 0.52
Hex B0 42 C6 B 43 0 16 122 36 34
Octal 260 102 306 13 103 0 26 442 66 64
Binary 10110000 1000010 11000110 1011 1000011 0 10110 100100010 110110 110100

Color Harmonies of #B042C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B042C6

Black with #B042C6

Text Example


Text Example

White with #B042C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B042C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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