Html Css Color HEX #B472CD Medium Orchid

📋 copy color: '#B472CD'

red 180 ◦ green 114 ◦ blue 205

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

Shades of Medium Orchid #B472CD

Tints of Medium Orchid #B472CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.08%

R = 36.07%
G = 22.85%
B = 41.08%

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

#B472CD (or 0xB472CD) is known color: Medium Orchid. HEX triplet: B4, 72 and CD. RGB value is (180,114,205). Sum of RGB (Red+Green+Blue) = 180+114+205=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #B472CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B472CD is #4B8D32. Grayscale: #8F8F8F. Windows color (decimal): -4951347 or 13464244. OLE color: 13464244.

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

Color convert

RGB 180 114 205 -
CMYK 0.12 0.44 0 0.20
HSL 283.52º 0.48% 0.63% -
HSV(B) 283.52º 0.44% 0.8% -
XYZ 35.86 26.15 60.91 -
YUV 144.11 162.37 153.6 -
System Red Green Blue C M Y K H S L
Decimal 180 114 205 0.12 0.44 0 0.20 283.52 0.48 0.63
Hex B4 72 CD C 2C 0 14 11C 30 3F
Octal 264 162 315 14 54 0 24 434 60 77
Binary 10110100 1110010 11001101 1100 101100 0 10100 100011100 110000 111111

Color Harmonies of #B472CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B472CD

Black with #B472CD

Text Example


Text Example

White with #B472CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B472CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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