Html Css Color HEX #B940EF Medium Orchid

📋 copy color: '#B940EF'

red 185 ◦ green 64 ◦ blue 239

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

Shades of Medium Orchid #B940EF

Tints of Medium Orchid #B940EF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.11%

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

R = 37.91%
G = 13.11%
B = 48.98%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B940EF (or 0xB940EF) is known color: Medium Orchid. HEX triplet: B9, 40 and EF. RGB value is (185,64,239). Sum of RGB (Red+Green+Blue) = 185+64+239=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #B940EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B940EF is #46BF10. Grayscale: #777777. Windows color (decimal): -4636433 or 15679673. OLE color: 15679673.

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

Color convert

RGB 185 64 239 -
CMYK 0.23 0.73 0 0.06
HSL 281.49º 0.85% 0.59% -
HSV(B) 281.49º 0.73% 0.94% -
XYZ 37.42 20.21 83.59 -
YUV 120.13 195.09 174.27 -
System Red Green Blue C M Y K H S L
Decimal 185 64 239 0.23 0.73 0 0.06 281.49 0.85 0.59
Hex B9 40 EF 17 49 0 6 119 55 3B
Octal 271 100 357 27 111 0 6 431 125 73
Binary 10111001 1000000 11101111 10111 1001001 0 110 100011001 1010101 111011

Color Harmonies of #B940EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B940EF

Black with #B940EF

Text Example


Text Example

White with #B940EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B940EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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