Html Css Color HEX #B952DB Medium Orchid

📋 copy color: '#B952DB'

red 185 ◦ green 82 ◦ blue 219

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

Shades of Medium Orchid #B952DB

Tints of Medium Orchid #B952DB

RGB

 RED value IS 185 (72.66% from 255) = 38.07%

 GREEN value IS 82 (32.42% from 255) = 16.87%

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 38.07%
G = 16.87%
B = 45.06%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B952DB (or 0xB952DB) is known color: Medium Orchid. HEX triplet: B9, 52 and DB. RGB value is (185,82,219). Sum of RGB (Red+Green+Blue) = 185+82+219=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #B952DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B952DB is #46AD24. Grayscale: #7F7F7F. Windows color (decimal): -4631845 or 14373561. OLE color: 14373561.

HSL color Cylindrical-coordinate representation of color #B952DB: hue angle of 285.11º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B952DB is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 82 219 -
CMYK 0.16 0.63 0 0.14
HSL 285.11º 0.66% 0.59% -
HSV(B) 285.11º 0.63% 0.86% -
XYZ 35.81 21.46 69.27 -
YUV 128.42 179.12 168.36 -
System Red Green Blue C M Y K H S L
Decimal 185 82 219 0.16 0.63 0 0.14 285.11 0.66 0.59
Hex B9 52 DB 10 3F 0 E 11D 42 3B
Octal 271 122 333 20 77 0 16 435 102 73
Binary 10111001 1010010 11011011 10000 111111 0 1110 100011101 1000010 111011

Color Harmonies of #B952DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B952DB

Black with #B952DB

Text Example


Text Example

White with #B952DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B952DB; }

 p { color: rgb(185,82,219); }

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

background-color css

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

 a { background-color: rgb(185,82,219); }

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

border-color css

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

 span { border-color: rgb(185,82,219); }

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