Html Css Color HEX #B945D8 Medium Orchid

📋 copy color: '#B945D8'

red 185 ◦ green 69 ◦ blue 216

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

Shades of Medium Orchid #B945D8

Tints of Medium Orchid #B945D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.96%

R = 39.36%
G = 14.68%
B = 45.96%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B945D8 (or 0xB945D8) is known color: Medium Orchid. HEX triplet: B9, 45 and D8. RGB value is (185,69,216). Sum of RGB (Red+Green+Blue) = 185+69+216=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 69 (27.34% from 255 or 14.68% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 216 - color contains mainly: blue. Hex color #B945D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B945D8 is #46BA27. Grayscale: #777777. Windows color (decimal): -4635176 or 14173625. OLE color: 14173625.

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

Color convert

RGB 185 69 216 -
CMYK 0.14 0.68 0 0.15
HSL 287.35º 0.65% 0.56% -
HSV(B) 287.35º 0.68% 0.85% -
XYZ 34.53 19.53 66.92 -
YUV 120.44 181.93 174.05 -
System Red Green Blue C M Y K H S L
Decimal 185 69 216 0.14 0.68 0 0.15 287.35 0.65 0.56
Hex B9 45 D8 E 44 0 F 11F 41 38
Octal 271 105 330 16 104 0 17 437 101 70
Binary 10111001 1000101 11011000 1110 1000100 0 1111 100011111 1000001 111000

Color Harmonies of #B945D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B945D8

Black with #B945D8

Text Example


Text Example

White with #B945D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B945D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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