Html Css Color HEX #B442CB Medium Orchid

📋 copy color: '#B442CB'

red 180 ◦ green 66 ◦ blue 203

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

Shades of Medium Orchid #B442CB

Tints of Medium Orchid #B442CB

RGB

 RED value IS 180 (70.7% from 255) = 40.09%

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

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 40.09%
G = 14.7%
B = 45.21%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B442CB (or 0xB442CB) is known color: Medium Orchid. HEX triplet: B4, 42 and CB. RGB value is (180,66,203). Sum of RGB (Red+Green+Blue) = 180+66+203=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #B442CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B442CB is #4BBD34. Grayscale: #737373. Windows color (decimal): -4963637 or 13320884. OLE color: 13320884.

HSL color Cylindrical-coordinate representation of color #B442CB: hue angle of 289.93º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B442CB is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 66 203 -
CMYK 0.11 0.67 0 0.20
HSL 289.93º 0.57% 0.53% -
HSV(B) 289.93º 0.67% 0.8% -
XYZ 31.55 17.91 58.29 -
YUV 115.7 177.27 173.86 -
System Red Green Blue C M Y K H S L
Decimal 180 66 203 0.11 0.67 0 0.20 289.93 0.57 0.53
Hex B4 42 CB B 43 0 14 122 39 35
Octal 264 102 313 13 103 0 24 442 71 65
Binary 10110100 1000010 11001011 1011 1000011 0 10100 100100010 111001 110101

Color Harmonies of #B442CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B442CB

Black with #B442CB

Text Example


Text Example

White with #B442CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B442CB; }

 p { color: rgb(180,66,203); }

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

background-color css

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

 a { background-color: rgb(180,66,203); }

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

border-color css

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

 span { border-color: rgb(180,66,203); }

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