Html Css Color HEX #B945CE Medium Orchid

📋 copy color: '#B945CE'

red 185 ◦ green 69 ◦ blue 206

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

Shades of Medium Orchid #B945CE

Tints of Medium Orchid #B945CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 40.22%
G = 15%
B = 44.78%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B945CE (or 0xB945CE) is known color: Medium Orchid. HEX triplet: B9, 45 and CE. RGB value is (185,69,206). Sum of RGB (Red+Green+Blue) = 185+69+206=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #B945CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B945CE is #46BA31. Grayscale: #767676. Windows color (decimal): -4635186 or 13518265. OLE color: 13518265.

HSL color Cylindrical-coordinate representation of color #B945CE: hue angle of 290.8º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B945CE is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 69 206 -
CMYK 0.10 0.67 0 0.19
HSL 290.8º 0.58% 0.54% -
HSV(B) 290.8º 0.67% 0.81% -
XYZ 33.28 19.03 60.31 -
YUV 119.3 176.93 174.86 -
System Red Green Blue C M Y K H S L
Decimal 185 69 206 0.10 0.67 0 0.19 290.8 0.58 0.54
Hex B9 45 CE A 43 0 13 123 3A 36
Octal 271 105 316 12 103 0 23 443 72 66
Binary 10111001 1000101 11001110 1010 1000011 0 10011 100100011 111010 110110

Color Harmonies of #B945CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B945CE

Black with #B945CE

Text Example


Text Example

White with #B945CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B945CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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