Html Css Color HEX #B952DA Medium Orchid

📋 copy color: '#B952DA'

red 185 ◦ green 82 ◦ blue 218

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

Shades of Medium Orchid #B952DA

Tints of Medium Orchid #B952DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 38.14%
G = 16.91%
B = 44.95%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B952DA (or 0xB952DA) is known color: Medium Orchid. HEX triplet: B9, 52 and DA. RGB value is (185,82,218). Sum of RGB (Red+Green+Blue) = 185+82+218=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #B952DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B952DA is #46AD25. Grayscale: #7F7F7F. Windows color (decimal): -4631846 or 14308025. OLE color: 14308025.

HSL color Cylindrical-coordinate representation of color #B952DA: hue angle of 285.44º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B952DA is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 82 218 -
CMYK 0.15 0.62 0 0.15
HSL 285.44º 0.65% 0.59% -
HSV(B) 285.44º 0.62% 0.85% -
XYZ 35.68 21.41 68.58 -
YUV 128.3 178.62 168.44 -
System Red Green Blue C M Y K H S L
Decimal 185 82 218 0.15 0.62 0 0.15 285.44 0.65 0.59
Hex B9 52 DA F 3E 0 F 11D 41 3B
Octal 271 122 332 17 76 0 17 435 101 73
Binary 10111001 1010010 11011010 1111 111110 0 1111 100011101 1000001 111011

Color Harmonies of #B952DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B952DA

Black with #B952DA

Text Example


Text Example

White with #B952DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B952DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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