Html Css Color HEX #B945D5 Medium Orchid

📋 copy color: '#B945D5'

red 185 ◦ green 69 ◦ blue 213

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

Shades of Medium Orchid #B945D5

Tints of Medium Orchid #B945D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.61%

R = 39.61%
G = 14.78%
B = 45.61%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B945D5 (or 0xB945D5) is known color: Medium Orchid. HEX triplet: B9, 45 and D5. RGB value is (185,69,213). Sum of RGB (Red+Green+Blue) = 185+69+213=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 69 (27.34% from 255 or 14.78% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #B945D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B945D5 is #46BA2A. Grayscale: #777777. Windows color (decimal): -4635179 or 13977017. OLE color: 13977017.

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

Color convert

RGB 185 69 213 -
CMYK 0.13 0.68 0 0.16
HSL 288.33º 0.63% 0.55% -
HSV(B) 288.33º 0.68% 0.84% -
XYZ 34.15 19.37 64.89 -
YUV 120.1 180.43 174.29 -
System Red Green Blue C M Y K H S L
Decimal 185 69 213 0.13 0.68 0 0.16 288.33 0.63 0.55
Hex B9 45 D5 D 44 0 10 120 3F 37
Octal 271 105 325 15 104 0 20 440 77 67
Binary 10111001 1000101 11010101 1101 1000100 0 10000 100100000 111111 110111

Color Harmonies of #B945D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B945D5

Black with #B945D5

Text Example


Text Example

White with #B945D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B945D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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