Html Css Color HEX #B945DD Medium Orchid

📋 copy color: '#B945DD'

red 185 ◦ green 69 ◦ blue 221

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

Shades of Medium Orchid #B945DD

Tints of Medium Orchid #B945DD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.53%

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

R = 38.95%
G = 14.53%
B = 46.53%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B945DD (or 0xB945DD) is known color: Medium Orchid. HEX triplet: B9, 45 and DD. RGB value is (185,69,221). Sum of RGB (Red+Green+Blue) = 185+69+221=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 69 (27.34% from 255 or 14.53% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #B945DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B945DD is #46BA22. Grayscale: #787878. Windows color (decimal): -4635171 or 14501305. OLE color: 14501305.

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

Color convert

RGB 185 69 221 -
CMYK 0.16 0.69 0 0.13
HSL 285.79º 0.69% 0.57% -
HSV(B) 285.79º 0.69% 0.87% -
XYZ 35.19 19.79 70.37 -
YUV 121.01 184.43 173.64 -
System Red Green Blue C M Y K H S L
Decimal 185 69 221 0.16 0.69 0 0.13 285.79 0.69 0.57
Hex B9 45 DD 10 45 0 D 11E 45 39
Octal 271 105 335 20 105 0 15 436 105 71
Binary 10111001 1000101 11011101 10000 1000101 0 1101 100011110 1000101 111001

Color Harmonies of #B945DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B945DD

Black with #B945DD

Text Example


Text Example

White with #B945DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B945DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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