Html Css Color HEX #B952DC Medium Orchid

📋 copy color: '#B952DC'

red 185 ◦ green 82 ◦ blue 220

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

Shades of Medium Orchid #B952DC

Tints of Medium Orchid #B952DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.17%

R = 37.99%
G = 16.84%
B = 45.17%

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

#B952DC (or 0xB952DC) is known color: Medium Orchid. HEX triplet: B9, 52 and DC. RGB value is (185,82,220). Sum of RGB (Red+Green+Blue) = 185+82+220=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #B952DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B952DC is #46AD23. Grayscale: #808080. Windows color (decimal): -4631844 or 14439097. OLE color: 14439097.

HSL color Cylindrical-coordinate representation of color #B952DC: hue angle of 284.78º 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 #B952DC is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 82 220 -
CMYK 0.16 0.63 0 0.14
HSL 284.78º 0.66% 0.59% -
HSV(B) 284.78º 0.63% 0.86% -
XYZ 35.94 21.52 69.97 -
YUV 128.53 179.62 168.28 -
System Red Green Blue C M Y K H S L
Decimal 185 82 220 0.16 0.63 0 0.14 284.78 0.66 0.59
Hex B9 52 DC 10 3F 0 E 11D 42 3B
Octal 271 122 334 20 77 0 16 435 102 73
Binary 10111001 1010010 11011100 10000 111111 0 1110 100011101 1000010 111011

Color Harmonies of #B952DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B952DC

Black with #B952DC

Text Example


Text Example

White with #B952DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B952DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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