Html Css Color HEX #B472D0 Medium Orchid

📋 copy color: '#B472D0'

red 180 ◦ green 114 ◦ blue 208

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

Shades of Medium Orchid #B472D0

Tints of Medium Orchid #B472D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.43%

R = 35.86%
G = 22.71%
B = 41.43%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B472D0 (or 0xB472D0) is known color: Medium Orchid. HEX triplet: B4, 72 and D0. RGB value is (180,114,208). Sum of RGB (Red+Green+Blue) = 180+114+208=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #B472D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B472D0 is #4B8D2F. Grayscale: #909090. Windows color (decimal): -4951344 or 13660852. OLE color: 13660852.

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

Color convert

RGB 180 114 208 -
CMYK 0.13 0.45 0 0.18
HSL 282.13º 0.5% 0.63% -
HSV(B) 282.13º 0.45% 0.82% -
XYZ 36.22 26.29 62.84 -
YUV 144.45 163.87 153.36 -
System Red Green Blue C M Y K H S L
Decimal 180 114 208 0.13 0.45 0 0.18 282.13 0.5 0.63
Hex B4 72 D0 D 2D 0 12 11A 32 3F
Octal 264 162 320 15 55 0 22 432 62 77
Binary 10110100 1110010 11010000 1101 101101 0 10010 100011010 110010 111111

Color Harmonies of #B472D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B472D0

Black with #B472D0

Text Example


Text Example

White with #B472D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B472D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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