Html Css Color HEX #B945EF Medium Orchid

📋 copy color: '#B945EF'

red 185 ◦ green 69 ◦ blue 239

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

Shades of Medium Orchid #B945EF

Tints of Medium Orchid #B945EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.48%

R = 37.53%
G = 14%
B = 48.48%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B945EF (or 0xB945EF) is known color: Medium Orchid. HEX triplet: B9, 45 and EF. RGB value is (185,69,239). Sum of RGB (Red+Green+Blue) = 185+69+239=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 69 (27.34% from 255 or 14.00% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #B945EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B945EF is #46BA10. Grayscale: #7A7A7A. Windows color (decimal): -4635153 or 15680953. OLE color: 15680953.

HSL color Cylindrical-coordinate representation of color #B945EF: hue angle of 280.94º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B945EF is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 69 239 -
CMYK 0.23 0.71 0 0.06
HSL 280.94º 0.84% 0.6% -
HSV(B) 280.94º 0.71% 0.94% -
XYZ 37.72 20.8 83.69 -
YUV 123.06 193.43 172.18 -
System Red Green Blue C M Y K H S L
Decimal 185 69 239 0.23 0.71 0 0.06 280.94 0.84 0.6
Hex B9 45 EF 17 47 0 6 119 54 3C
Octal 271 105 357 27 107 0 6 431 124 74
Binary 10111001 1000101 11101111 10111 1000111 0 110 100011001 1010100 111100

Color Harmonies of #B945EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B945EF

Black with #B945EF

Text Example


Text Example

White with #B945EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B945EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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