Html Css Color HEX #B952D0 Medium Orchid

📋 copy color: '#B952D0'

red 185 ◦ green 82 ◦ blue 208

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

Shades of Medium Orchid #B952D0

Tints of Medium Orchid #B952D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.79%

R = 38.95%
G = 17.26%
B = 43.79%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B952D0 (or 0xB952D0) is known color: Medium Orchid. HEX triplet: B9, 52 and D0. RGB value is (185,82,208). Sum of RGB (Red+Green+Blue) = 185+82+208=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 208 - color contains mainly: blue. Hex color #B952D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B952D0 is #46AD2F. Grayscale: #7E7E7E. Windows color (decimal): -4631856 or 13652665. OLE color: 13652665.

HSL color Cylindrical-coordinate representation of color #B952D0: hue angle of 289.05º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B952D0 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 82 208 -
CMYK 0.11 0.61 0 0.18
HSL 289.05º 0.57% 0.57% -
HSV(B) 289.05º 0.61% 0.82% -
XYZ 34.41 20.9 61.9 -
YUV 127.16 173.62 169.25 -
System Red Green Blue C M Y K H S L
Decimal 185 82 208 0.11 0.61 0 0.18 289.05 0.57 0.57
Hex B9 52 D0 B 3D 0 12 121 39 39
Octal 271 122 320 13 75 0 22 441 71 71
Binary 10111001 1010010 11010000 1011 111101 0 10010 100100001 111001 111001

Color Harmonies of #B952D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B952D0

Black with #B952D0

Text Example


Text Example

White with #B952D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B952D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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