Html Css Color HEX #B472D6 Medium Orchid

📋 copy color: '#B472D6'

red 180 ◦ green 114 ◦ blue 214

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

Shades of Medium Orchid #B472D6

Tints of Medium Orchid #B472D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.13%

R = 35.43%
G = 22.44%
B = 42.13%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B472D6 (or 0xB472D6) is known color: Medium Orchid. HEX triplet: B4, 72 and D6. RGB value is (180,114,214). Sum of RGB (Red+Green+Blue) = 180+114+214=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 214 - color contains mainly: blue. Hex color #B472D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B472D6 is #4B8D29. Grayscale: #909090. Windows color (decimal): -4951338 or 14054068. OLE color: 14054068.

HSL color Cylindrical-coordinate representation of color #B472D6: hue angle of 279.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B472D6 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 114 214 -
CMYK 0.16 0.47 0 0.16
HSL 279.6º 0.55% 0.64% -
HSV(B) 279.6º 0.47% 0.84% -
XYZ 36.98 26.59 66.8 -
YUV 145.13 166.87 152.87 -
System Red Green Blue C M Y K H S L
Decimal 180 114 214 0.16 0.47 0 0.16 279.6 0.55 0.64
Hex B4 72 D6 10 2F 0 10 118 37 40
Octal 264 162 326 20 57 0 20 430 67 100
Binary 10110100 1110010 11010110 10000 101111 0 10000 100011000 110111 1000000

Color Harmonies of #B472D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B472D6

Black with #B472D6

Text Example


Text Example

White with #B472D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B472D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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