Html Css Color HEX #B372CE Medium Orchid

📋 copy color: '#B372CE'

red 179 ◦ green 114 ◦ blue 206

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

Shades of Medium Orchid #B372CE

Tints of Medium Orchid #B372CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.28%

R = 35.87%
G = 22.85%
B = 41.28%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B372CE (or 0xB372CE) is known color: Medium Orchid. HEX triplet: B3, 72 and CE. RGB value is (179,114,206). Sum of RGB (Red+Green+Blue) = 179+114+206=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #B372CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372CE is #4C8D31. Grayscale: #8F8F8F. Windows color (decimal): -5016882 or 13529779. OLE color: 13529779.

HSL color Cylindrical-coordinate representation of color #B372CE: hue angle of 282.39º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B372CE is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 114 206 -
CMYK 0.13 0.45 0 0.19
HSL 282.39º 0.48% 0.63% -
HSV(B) 282.39º 0.45% 0.81% -
XYZ 35.75 26.07 61.54 -
YUV 143.92 163.03 153.02 -
System Red Green Blue C M Y K H S L
Decimal 179 114 206 0.13 0.45 0 0.19 282.39 0.48 0.63
Hex B3 72 CE D 2D 0 13 11A 30 3F
Octal 263 162 316 15 55 0 23 432 60 77
Binary 10110011 1110010 11001110 1101 101101 0 10011 100011010 110000 111111

Color Harmonies of #B372CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B372CE

Black with #B372CE

Text Example


Text Example

White with #B372CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B372CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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