Html Css Color HEX #B94CFE Medium Orchid

📋 copy color: '#B94CFE'

red 185 ◦ green 76 ◦ blue 254

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

Shades of Medium Orchid #B94CFE

Tints of Medium Orchid #B94CFE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.76%

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

R = 35.92%
G = 14.76%
B = 49.32%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B94CFE (or 0xB94CFE) is known color: Medium Orchid. HEX triplet: B9, 4C and FE. RGB value is (185,76,254). Sum of RGB (Red+Green+Blue) = 185+76+254=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 76 (30.08% from 255 or 14.76% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #B94CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94CFE is #46B301. Grayscale: #808080. Windows color (decimal): -4633346 or 16665785. OLE color: 16665785.

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

Color convert

RGB 185 76 254 -
CMYK 0.27 0.70 0 0.00
HSL 276.74º 0.99% 0.65% -
HSV(B) 276.74º 0.7% 1% -
XYZ 40.48 22.64 96 -
YUV 128.88 198.61 168.03 -
System Red Green Blue C M Y K H S L
Decimal 185 76 254 0.27 0.70 0 0.00 276.74 0.99 0.65
Hex B9 4C FE 1B 46 0 0 115 63 41
Octal 271 114 376 33 106 0 0 425 143 101
Binary 10111001 1001100 11111110 11011 1000110 0 0 100010101 1100011 1000001

Color Harmonies of #B94CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94CFE

Black with #B94CFE

Text Example


Text Example

White with #B94CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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