Html Css Color HEX #B952CC Medium Orchid

📋 copy color: '#B952CC'

red 185 ◦ green 82 ◦ blue 204

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

Shades of Medium Orchid #B952CC

Tints of Medium Orchid #B952CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.31%

R = 39.28%
G = 17.41%
B = 43.31%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B952CC (or 0xB952CC) is known color: Medium Orchid. HEX triplet: B9, 52 and CC. RGB value is (185,82,204). Sum of RGB (Red+Green+Blue) = 185+82+204=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #B952CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B952CC is #46AD33. Grayscale: #7E7E7E. Windows color (decimal): -4631860 or 13390521. OLE color: 13390521.

HSL color Cylindrical-coordinate representation of color #B952CC: hue angle of 290.66º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B952CC is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 82 204 -
CMYK 0.09 0.60 0 0.2
HSL 290.66º 0.54% 0.56% -
HSV(B) 290.66º 0.6% 0.8% -
XYZ 33.92 20.71 59.34 -
YUV 126.71 171.62 169.58 -
System Red Green Blue C M Y K H S L
Decimal 185 82 204 0.09 0.60 0 0.2 290.66 0.54 0.56
Hex B9 52 CC 9 3C 0 14 123 36 38
Octal 271 122 314 11 74 0 24 443 66 70
Binary 10111001 1010010 11001100 1001 111100 0 10100 100100011 110110 111000

Color Harmonies of #B952CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B952CC

Black with #B952CC

Text Example


Text Example

White with #B952CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B952CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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