Html Css Color HEX #B945C9 Medium Orchid

📋 copy color: '#B945C9'

red 185 ◦ green 69 ◦ blue 201

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

Shades of Medium Orchid #B945C9

Tints of Medium Orchid #B945C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.18%

R = 40.66%
G = 15.16%
B = 44.18%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B945C9 (or 0xB945C9) is known color: Medium Orchid. HEX triplet: B9, 45 and C9. RGB value is (185,69,201). Sum of RGB (Red+Green+Blue) = 185+69+201=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 201 - color contains mainly: blue. Hex color #B945C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B945C9 is #46BA36. Grayscale: #767676. Windows color (decimal): -4635191 or 13190585. OLE color: 13190585.

HSL color Cylindrical-coordinate representation of color #B945C9: hue angle of 292.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B945C9 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 69 201 -
CMYK 0.08 0.66 0 0.21
HSL 292.73º 0.55% 0.53% -
HSV(B) 292.73º 0.66% 0.79% -
XYZ 32.68 18.79 57.16 -
YUV 118.73 174.43 175.27 -
System Red Green Blue C M Y K H S L
Decimal 185 69 201 0.08 0.66 0 0.21 292.73 0.55 0.53
Hex B9 45 C9 8 42 0 15 125 37 35
Octal 271 105 311 10 102 0 25 445 67 65
Binary 10111001 1000101 11001001 1000 1000010 0 10101 100100101 110111 110101

Color Harmonies of #B945C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B945C9

Black with #B945C9

Text Example


Text Example

White with #B945C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B945C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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