Html Css Color HEX #B952CA Medium Orchid

📋 copy color: '#B952CA'

red 185 ◦ green 82 ◦ blue 202

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

Shades of Medium Orchid #B952CA

Tints of Medium Orchid #B952CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.07%

R = 39.45%
G = 17.48%
B = 43.07%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B952CA (or 0xB952CA) is known color: Medium Orchid. HEX triplet: B9, 52 and CA. RGB value is (185,82,202). Sum of RGB (Red+Green+Blue) = 185+82+202=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #B952CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B952CA is #46AD35. Grayscale: #7E7E7E. Windows color (decimal): -4631862 or 13259449. OLE color: 13259449.

HSL color Cylindrical-coordinate representation of color #B952CA: hue angle of 291.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B952CA is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 82 202 -
CMYK 0.08 0.59 0 0.21
HSL 291.5º 0.53% 0.56% -
HSV(B) 291.5º 0.59% 0.79% -
XYZ 33.69 20.61 58.08 -
YUV 126.48 170.62 169.74 -
System Red Green Blue C M Y K H S L
Decimal 185 82 202 0.08 0.59 0 0.21 291.5 0.53 0.56
Hex B9 52 CA 8 3B 0 15 124 35 38
Octal 271 122 312 10 73 0 25 444 65 70
Binary 10111001 1010010 11001010 1000 111011 0 10101 100100100 110101 111000

Color Harmonies of #B952CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B952CA

Black with #B952CA

Text Example


Text Example

White with #B952CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B952CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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