Html Css Color HEX #B472DF Medium Orchid

📋 copy color: '#B472DF'

red 180 ◦ green 114 ◦ blue 223

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

Shades of Medium Orchid #B472DF

Tints of Medium Orchid #B472DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.13%

R = 34.82%
G = 22.05%
B = 43.13%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B472DF (or 0xB472DF) is known color: Medium Orchid. HEX triplet: B4, 72 and DF. RGB value is (180,114,223). Sum of RGB (Red+Green+Blue) = 180+114+223=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #B472DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B472DF is #4B8D20. Grayscale: #919191. Windows color (decimal): -4951329 or 14643892. OLE color: 14643892.

HSL color Cylindrical-coordinate representation of color #B472DF: hue angle of 276.33º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B472DF is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 114 223 -
CMYK 0.19 0.49 0 0.13
HSL 276.33º 0.63% 0.66% -
HSV(B) 276.33º 0.49% 0.87% -
XYZ 38.16 27.07 73.03 -
YUV 146.16 171.37 152.14 -
System Red Green Blue C M Y K H S L
Decimal 180 114 223 0.19 0.49 0 0.13 276.33 0.63 0.66
Hex B4 72 DF 13 31 0 D 114 3F 42
Octal 264 162 337 23 61 0 15 424 77 102
Binary 10110100 1110010 11011111 10011 110001 0 1101 100010100 111111 1000010

Color Harmonies of #B472DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B472DF

Black with #B472DF

Text Example


Text Example

White with #B472DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B472DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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