Html Css Color HEX #B472CE Medium Orchid

📋 copy color: '#B472CE'

red 180 ◦ green 114 ◦ blue 206

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

Shades of Medium Orchid #B472CE

Tints of Medium Orchid #B472CE

RGB

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

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

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

R = 36%
G = 22.8%
B = 41.2%

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

#B472CE (or 0xB472CE) is known color: Medium Orchid. HEX triplet: B4, 72 and CE. RGB value is (180,114,206). Sum of RGB (Red+Green+Blue) = 180+114+206=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #B472CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B472CE is #4B8D31. Grayscale: #8F8F8F. Windows color (decimal): -4951346 or 13529780. OLE color: 13529780.

HSL color Cylindrical-coordinate representation of color #B472CE: hue angle of 283.04º 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 #B472CE is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 114 206 -
CMYK 0.13 0.45 0 0.19
HSL 283.04º 0.48% 0.63% -
HSV(B) 283.04º 0.45% 0.81% -
XYZ 35.98 26.19 61.55 -
YUV 144.22 162.87 153.52 -
System Red Green Blue C M Y K H S L
Decimal 180 114 206 0.13 0.45 0 0.19 283.04 0.48 0.63
Hex B4 72 CE D 2D 0 13 11B 30 3F
Octal 264 162 316 15 55 0 23 433 60 77
Binary 10110100 1110010 11001110 1101 101101 0 10011 100011011 110000 111111

Color Harmonies of #B472CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B472CE

Black with #B472CE

Text Example


Text Example

White with #B472CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B472CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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