Html Css Color HEX #B952CF Medium Orchid

📋 copy color: '#B952CF'

red 185 ◦ green 82 ◦ blue 207

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

Shades of Medium Orchid #B952CF

Tints of Medium Orchid #B952CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.67%

R = 39.03%
G = 17.3%
B = 43.67%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B952CF (or 0xB952CF) is known color: Medium Orchid. HEX triplet: B9, 52 and CF. RGB value is (185,82,207). Sum of RGB (Red+Green+Blue) = 185+82+207=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #B952CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B952CF is #46AD30. Grayscale: #7E7E7E. Windows color (decimal): -4631857 or 13587129. OLE color: 13587129.

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

Color convert

RGB 185 82 207 -
CMYK 0.11 0.60 0 0.19
HSL 289.44º 0.57% 0.57% -
HSV(B) 289.44º 0.6% 0.81% -
XYZ 34.29 20.85 61.25 -
YUV 127.05 173.12 169.34 -
System Red Green Blue C M Y K H S L
Decimal 185 82 207 0.11 0.60 0 0.19 289.44 0.57 0.57
Hex B9 52 CF B 3C 0 13 121 39 39
Octal 271 122 317 13 74 0 23 441 71 71
Binary 10111001 1010010 11001111 1011 111100 0 10011 100100001 111001 111001

Color Harmonies of #B952CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B952CF

Black with #B952CF

Text Example


Text Example

White with #B952CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B952CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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