Html Css Color HEX #B372CB Medium Orchid

📋 copy color: '#B372CB'

red 179 ◦ green 114 ◦ blue 203

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

Shades of Medium Orchid #B372CB

Tints of Medium Orchid #B372CB

RGB

 RED value IS 179 (70.31% from 255) = 36.09%

 GREEN value IS 114 (44.92% from 255) = 22.98%

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

R = 36.09%
G = 22.98%
B = 40.93%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B372CB (or 0xB372CB) is known color: Medium Orchid. HEX triplet: B3, 72 and CB. RGB value is (179,114,203). Sum of RGB (Red+Green+Blue) = 179+114+203=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #B372CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372CB is #4C8D34. Grayscale: #8F8F8F. Windows color (decimal): -5016885 or 13333171. OLE color: 13333171.

HSL color Cylindrical-coordinate representation of color #B372CB: hue angle of 283.82º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B372CB is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 114 203 -
CMYK 0.12 0.44 0 0.20
HSL 283.82º 0.46% 0.62% -
HSV(B) 283.82º 0.44% 0.8% -
XYZ 35.39 25.93 59.64 -
YUV 143.58 161.53 153.26 -
System Red Green Blue C M Y K H S L
Decimal 179 114 203 0.12 0.44 0 0.20 283.82 0.46 0.62
Hex B3 72 CB C 2C 0 14 11C 2E 3E
Octal 263 162 313 14 54 0 24 434 56 76
Binary 10110011 1110010 11001011 1100 101100 0 10100 100011100 101110 111110

Color Harmonies of #B372CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B372CB

Black with #B372CB

Text Example


Text Example

White with #B372CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B372CB; }

 p { color: rgb(179,114,203); }

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

background-color css

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

 a { background-color: rgb(179,114,203); }

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

border-color css

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

 span { border-color: rgb(179,114,203); }

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