Html Css Color HEX #B940F2 Medium Orchid

📋 copy color: '#B940F2'

red 185 ◦ green 64 ◦ blue 242

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

Shades of Medium Orchid #B940F2

Tints of Medium Orchid #B940F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.29%

R = 37.68%
G = 13.03%
B = 49.29%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B940F2 (or 0xB940F2) is known color: Medium Orchid. HEX triplet: B9, 40 and F2. RGB value is (185,64,242). Sum of RGB (Red+Green+Blue) = 185+64+242=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 64 (25.39% from 255 or 13.03% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 242 - color contains mainly: blue. Hex color #B940F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B940F2 is #46BF0D. Grayscale: #777777. Windows color (decimal): -4636430 or 15876281. OLE color: 15876281.

HSL color Cylindrical-coordinate representation of color #B940F2: hue angle of 280.79º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B940F2 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 64 242 -
CMYK 0.24 0.74 0 0.05
HSL 280.79º 0.87% 0.6% -
HSV(B) 280.79º 0.74% 0.95% -
XYZ 37.87 20.39 85.94 -
YUV 120.47 196.59 174.03 -
System Red Green Blue C M Y K H S L
Decimal 185 64 242 0.24 0.74 0 0.05 280.79 0.87 0.6
Hex B9 40 F2 18 4A 0 5 119 57 3C
Octal 271 100 362 30 112 0 5 431 127 74
Binary 10111001 1000000 11110010 11000 1001010 0 101 100011001 1010111 111100

Color Harmonies of #B940F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B940F2

Black with #B940F2

Text Example


Text Example

White with #B940F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B940F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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