Html Css Color HEX #B953DD Medium Orchid

📋 copy color: '#B953DD'

red 185 ◦ green 83 ◦ blue 221

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

Shades of Medium Orchid #B953DD

Tints of Medium Orchid #B953DD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.97%

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 37.83%
G = 16.97%
B = 45.19%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B953DD (or 0xB953DD) is known color: Medium Orchid. HEX triplet: B9, 53 and DD. RGB value is (185,83,221). Sum of RGB (Red+Green+Blue) = 185+83+221=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 83 (32.81% from 255 or 16.97% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #B953DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B953DD is #46AC22. Grayscale: #808080. Windows color (decimal): -4631587 or 14504889. OLE color: 14504889.

HSL color Cylindrical-coordinate representation of color #B953DD: hue angle of 284.35º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B953DD is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 83 221 -
CMYK 0.16 0.62 0 0.13
HSL 284.35º 0.67% 0.6% -
HSV(B) 284.35º 0.62% 0.87% -
XYZ 36.15 21.72 70.69 -
YUV 129.23 179.79 167.78 -
System Red Green Blue C M Y K H S L
Decimal 185 83 221 0.16 0.62 0 0.13 284.35 0.67 0.6
Hex B9 53 DD 10 3E 0 D 11C 43 3C
Octal 271 123 335 20 76 0 15 434 103 74
Binary 10111001 1010011 11011101 10000 111110 0 1101 100011100 1000011 111100

Color Harmonies of #B953DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B953DD

Black with #B953DD

Text Example


Text Example

White with #B953DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B953DD; }

 p { color: rgb(185,83,221); }

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

background-color css

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

 a { background-color: rgb(185,83,221); }

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

border-color css

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

 span { border-color: rgb(185,83,221); }

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