Html Css Color HEX #B946FE Medium Orchid

📋 copy color: '#B946FE'

red 185 ◦ green 70 ◦ blue 254

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

Shades of Medium Orchid #B946FE

Tints of Medium Orchid #B946FE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.75%

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

R = 36.35%
G = 13.75%
B = 49.9%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B946FE (or 0xB946FE) is known color: Medium Orchid. HEX triplet: B9, 46 and FE. RGB value is (185,70,254). Sum of RGB (Red+Green+Blue) = 185+70+254=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 70 (27.73% from 255 or 13.75% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #B946FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B946FE is #46B901. Grayscale: #7C7C7C. Windows color (decimal): -4634882 or 16664249. OLE color: 16664249.

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

Color convert

RGB 185 70 254 -
CMYK 0.27 0.72 0 0.00
HSL 277.5º 0.99% 0.64% -
HSV(B) 277.5º 0.72% 1% -
XYZ 40.09 21.85 95.87 -
YUV 125.36 200.6 170.54 -
System Red Green Blue C M Y K H S L
Decimal 185 70 254 0.27 0.72 0 0.00 277.5 0.99 0.64
Hex B9 46 FE 1B 48 0 0 116 63 40
Octal 271 106 376 33 110 0 0 426 143 100
Binary 10111001 1000110 11111110 11011 1001000 0 0 100010110 1100011 1000000

Color Harmonies of #B946FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B946FE

Black with #B946FE

Text Example


Text Example

White with #B946FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B946FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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