Html Css Color HEX #B945D7 Medium Orchid

📋 copy color: '#B945D7'

red 185 ◦ green 69 ◦ blue 215

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

Shades of Medium Orchid #B945D7

Tints of Medium Orchid #B945D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.84%

R = 39.45%
G = 14.71%
B = 45.84%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B945D7 (or 0xB945D7) is known color: Medium Orchid. HEX triplet: B9, 45 and D7. RGB value is (185,69,215). Sum of RGB (Red+Green+Blue) = 185+69+215=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 69 (27.34% from 255 or 14.71% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 215 - color contains mainly: blue. Hex color #B945D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B945D7 is #46BA28. Grayscale: #777777. Windows color (decimal): -4635177 or 14108089. OLE color: 14108089.

HSL color Cylindrical-coordinate representation of color #B945D7: hue angle of 287.67º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B945D7 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 69 215 -
CMYK 0.14 0.68 0 0.16
HSL 287.67º 0.65% 0.56% -
HSV(B) 287.67º 0.68% 0.84% -
XYZ 34.4 19.48 66.24 -
YUV 120.33 181.43 174.13 -
System Red Green Blue C M Y K H S L
Decimal 185 69 215 0.14 0.68 0 0.16 287.67 0.65 0.56
Hex B9 45 D7 E 44 0 10 120 41 38
Octal 271 105 327 16 104 0 20 440 101 70
Binary 10111001 1000101 11010111 1110 1000100 0 10000 100100000 1000001 111000

Color Harmonies of #B945D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B945D7

Black with #B945D7

Text Example


Text Example

White with #B945D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B945D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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