Html Css Color HEX #B94FFE Medium Orchid

📋 copy color: '#B94FFE'

red 185 ◦ green 79 ◦ blue 254

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

Shades of Medium Orchid #B94FFE

Tints of Medium Orchid #B94FFE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.25%

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

R = 35.71%
G = 15.25%
B = 49.03%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B94FFE (or 0xB94FFE) is known color: Medium Orchid. HEX triplet: B9, 4F and FE. RGB value is (185,79,254). Sum of RGB (Red+Green+Blue) = 185+79+254=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 79 (31.25% from 255 or 15.25% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #B94FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B94FFE is #46B001. Grayscale: #828282. Windows color (decimal): -4632578 or 16666553. OLE color: 16666553.

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

Color convert

RGB 185 79 254 -
CMYK 0.27 0.69 0 0.00
HSL 276.34º 0.99% 0.65% -
HSV(B) 276.34º 0.69% 1% -
XYZ 40.69 23.06 96.07 -
YUV 130.64 197.62 166.77 -
System Red Green Blue C M Y K H S L
Decimal 185 79 254 0.27 0.69 0 0.00 276.34 0.99 0.65
Hex B9 4F FE 1B 45 0 0 114 63 41
Octal 271 117 376 33 105 0 0 424 143 101
Binary 10111001 1001111 11111110 11011 1000101 0 0 100010100 1100011 1000001

Color Harmonies of #B94FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94FFE

Black with #B94FFE

Text Example


Text Example

White with #B94FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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