Html Css Color HEX #B372C9 Medium Orchid

📋 copy color: '#B372C9'

red 179 ◦ green 114 ◦ blue 201

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

Shades of Medium Orchid #B372C9

Tints of Medium Orchid #B372C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.69%

R = 36.23%
G = 23.08%
B = 40.69%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B372C9 (or 0xB372C9) is known color: Medium Orchid. HEX triplet: B3, 72 and C9. RGB value is (179,114,201). Sum of RGB (Red+Green+Blue) = 179+114+201=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 201 - color contains mainly: blue. Hex color #B372C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372C9 is #4C8D36. Grayscale: #8F8F8F. Windows color (decimal): -5016887 or 13202099. OLE color: 13202099.

HSL color Cylindrical-coordinate representation of color #B372C9: hue angle of 284.83º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B372C9 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 114 201 -
CMYK 0.11 0.43 0 0.21
HSL 284.83º 0.45% 0.62% -
HSV(B) 284.83º 0.43% 0.79% -
XYZ 35.15 25.84 58.39 -
YUV 143.35 160.53 153.43 -
System Red Green Blue C M Y K H S L
Decimal 179 114 201 0.11 0.43 0 0.21 284.83 0.45 0.62
Hex B3 72 C9 B 2B 0 15 11D 2D 3E
Octal 263 162 311 13 53 0 25 435 55 76
Binary 10110011 1110010 11001001 1011 101011 0 10101 100011101 101101 111110

Color Harmonies of #B372C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B372C9

Black with #B372C9

Text Example


Text Example

White with #B372C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B372C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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