Html Css Color HEX #B94EFB Medium Orchid

📋 copy color: '#B94EFB'

red 185 ◦ green 78 ◦ blue 251

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

Shades of Medium Orchid #B94EFB

Tints of Medium Orchid #B94EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.18%

 BLUE value IS 251 (98.44% from 255) = 48.83%

R = 35.99%
G = 15.18%
B = 48.83%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B94EFB (or 0xB94EFB) is known color: Medium Orchid. HEX triplet: B9, 4E and FB. RGB value is (185,78,251). Sum of RGB (Red+Green+Blue) = 185+78+251=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 78 (30.86% from 255 or 15.18% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #B94EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B94EFB is #46B104. Grayscale: #818181. Windows color (decimal): -4632837 or 16469689. OLE color: 16469689.

HSL color Cylindrical-coordinate representation of color #B94EFB: hue angle of 277.11º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B94EFB is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 78 251 -
CMYK 0.26 0.69 0 0.02
HSL 277.11º 0.96% 0.65% -
HSV(B) 277.11º 0.69% 0.98% -
XYZ 40.14 22.73 93.54 -
YUV 129.72 196.45 167.43 -
System Red Green Blue C M Y K H S L
Decimal 185 78 251 0.26 0.69 0 0.02 277.11 0.96 0.65
Hex B9 4E FB 1A 45 0 2 115 60 41
Octal 271 116 373 32 105 0 2 425 140 101
Binary 10111001 1001110 11111011 11010 1000101 0 10 100010101 1100000 1000001

Color Harmonies of #B94EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94EFB

Black with #B94EFB

Text Example


Text Example

White with #B94EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94EFB; }

 p { color: rgb(185,78,251); }

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

background-color css

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

 a { background-color: rgb(185,78,251); }

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

border-color css

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

 span { border-color: rgb(185,78,251); }

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