Html Css Color HEX #B952CE Medium Orchid

📋 copy color: '#B952CE'

red 185 ◦ green 82 ◦ blue 206

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

Shades of Medium Orchid #B952CE

Tints of Medium Orchid #B952CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.55%

R = 39.11%
G = 17.34%
B = 43.55%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B952CE (or 0xB952CE) is known color: Medium Orchid. HEX triplet: B9, 52 and CE. RGB value is (185,82,206). Sum of RGB (Red+Green+Blue) = 185+82+206=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #B952CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B952CE is #46AD31. Grayscale: #7E7E7E. Windows color (decimal): -4631858 or 13521593. OLE color: 13521593.

HSL color Cylindrical-coordinate representation of color #B952CE: hue angle of 289.84º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B952CE is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 82 206 -
CMYK 0.10 0.60 0 0.19
HSL 289.84º 0.56% 0.56% -
HSV(B) 289.84º 0.6% 0.81% -
XYZ 34.17 20.81 60.61 -
YUV 126.93 172.62 169.42 -
System Red Green Blue C M Y K H S L
Decimal 185 82 206 0.10 0.60 0 0.19 289.84 0.56 0.56
Hex B9 52 CE A 3C 0 13 122 38 38
Octal 271 122 316 12 74 0 23 442 70 70
Binary 10111001 1010010 11001110 1010 111100 0 10011 100100010 111000 111000

Color Harmonies of #B952CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B952CE

Black with #B952CE

Text Example


Text Example

White with #B952CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B952CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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