Html Css Color HEX #B940F9 Medium Orchid

📋 copy color: '#B940F9'

red 185 ◦ green 64 ◦ blue 249

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

Shades of Medium Orchid #B940F9

Tints of Medium Orchid #B940F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50%

R = 37.15%
G = 12.85%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B940F9 (or 0xB940F9) is known color: Medium Orchid. HEX triplet: B9, 40 and F9. RGB value is (185,64,249). Sum of RGB (Red+Green+Blue) = 185+64+249=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #B940F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B940F9 is #46BF06. Grayscale: #787878. Windows color (decimal): -4636423 or 16335033. OLE color: 16335033.

HSL color Cylindrical-coordinate representation of color #B940F9: hue angle of 279.24º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B940F9 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 64 249 -
CMYK 0.26 0.74 0 0.02
HSL 279.24º 0.94% 0.61% -
HSV(B) 279.24º 0.74% 0.98% -
XYZ 38.94 20.82 91.59 -
YUV 121.27 200.09 173.46 -
System Red Green Blue C M Y K H S L
Decimal 185 64 249 0.26 0.74 0 0.02 279.24 0.94 0.61
Hex B9 40 F9 1A 4A 0 2 117 5E 3D
Octal 271 100 371 32 112 0 2 427 136 75
Binary 10111001 1000000 11111001 11010 1001010 0 10 100010111 1011110 111101

Color Harmonies of #B940F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B940F9

Black with #B940F9

Text Example


Text Example

White with #B940F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B940F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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