Html Css Color HEX #B941FE Medium Orchid

📋 copy color: '#B941FE'

red 185 ◦ green 65 ◦ blue 254

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

Shades of Medium Orchid #B941FE

Tints of Medium Orchid #B941FE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.9%

 BLUE value IS 254 (99.61% from 255) = 50.4%

R = 36.71%
G = 12.9%
B = 50.4%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B941FE (or 0xB941FE) is known color: Medium Orchid. HEX triplet: B9, 41 and FE. RGB value is (185,65,254). Sum of RGB (Red+Green+Blue) = 185+65+254=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 65 (25.78% from 255 or 12.90% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #B941FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B941FE is #46BE01. Grayscale: #797979. Windows color (decimal): -4636162 or 16662969. OLE color: 16662969.

HSL color Cylindrical-coordinate representation of color #B941FE: hue angle of 278.1º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B941FE is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 65 254 -
CMYK 0.27 0.74 0 0.00
HSL 278.1º 0.99% 0.63% -
HSV(B) 278.1º 0.74% 1% -
XYZ 39.79 21.25 95.77 -
YUV 122.43 202.26 172.63 -
System Red Green Blue C M Y K H S L
Decimal 185 65 254 0.27 0.74 0 0.00 278.1 0.99 0.63
Hex B9 41 FE 1B 4A 0 0 116 63 3F
Octal 271 101 376 33 112 0 0 426 143 77
Binary 10111001 1000001 11111110 11011 1001010 0 0 100010110 1100011 111111

Color Harmonies of #B941FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B941FE

Black with #B941FE

Text Example


Text Example

White with #B941FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B941FE; }

 p { color: rgb(185,65,254); }

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

background-color css

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

 a { background-color: rgb(185,65,254); }

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

border-color css

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

 span { border-color: rgb(185,65,254); }

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