Html Css Color HEX #B472DA Medium Orchid

📋 copy color: '#B472DA'

red 180 ◦ green 114 ◦ blue 218

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

Shades of Medium Orchid #B472DA

Tints of Medium Orchid #B472DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.58%

R = 35.16%
G = 22.27%
B = 42.58%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B472DA (or 0xB472DA) is known color: Medium Orchid. HEX triplet: B4, 72 and DA. RGB value is (180,114,218). Sum of RGB (Red+Green+Blue) = 180+114+218=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #B472DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B472DA is #4B8D25. Grayscale: #919191. Windows color (decimal): -4951334 or 14316212. OLE color: 14316212.

HSL color Cylindrical-coordinate representation of color #B472DA: hue angle of 278.08º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B472DA is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 114 218 -
CMYK 0.17 0.48 0 0.15
HSL 278.08º 0.58% 0.65% -
HSV(B) 278.08º 0.48% 0.85% -
XYZ 37.49 26.8 69.53 -
YUV 145.59 168.87 152.54 -
System Red Green Blue C M Y K H S L
Decimal 180 114 218 0.17 0.48 0 0.15 278.08 0.58 0.65
Hex B4 72 DA 11 30 0 F 116 3A 41
Octal 264 162 332 21 60 0 17 426 72 101
Binary 10110100 1110010 11011010 10001 110000 0 1111 100010110 111010 1000001

Color Harmonies of #B472DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B472DA

Black with #B472DA

Text Example


Text Example

White with #B472DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B472DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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