Html Css Color HEX #B94EFC Medium Orchid

📋 copy color: '#B94EFC'

red 185 ◦ green 78 ◦ blue 252

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

Shades of Medium Orchid #B94EFC

Tints of Medium Orchid #B94EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.93%

R = 35.92%
G = 15.15%
B = 48.93%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B94EFC (or 0xB94EFC) is known color: Medium Orchid. HEX triplet: B9, 4E and FC. RGB value is (185,78,252). Sum of RGB (Red+Green+Blue) = 185+78+252=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 78 (30.86% from 255 or 15.15% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #B94EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B94EFC is #46B103. Grayscale: #818181. Windows color (decimal): -4632836 or 16535225. OLE color: 16535225.

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

Color convert

RGB 185 78 252 -
CMYK 0.27 0.69 0 0.01
HSL 276.9º 0.97% 0.65% -
HSV(B) 276.9º 0.69% 0.99% -
XYZ 40.3 22.79 94.37 -
YUV 129.83 196.95 167.35 -
System Red Green Blue C M Y K H S L
Decimal 185 78 252 0.27 0.69 0 0.01 276.9 0.97 0.65
Hex B9 4E FC 1B 45 0 1 115 61 41
Octal 271 116 374 33 105 0 1 425 141 101
Binary 10111001 1001110 11111100 11011 1000101 0 1 100010101 1100001 1000001

Color Harmonies of #B94EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94EFC

Black with #B94EFC

Text Example


Text Example

White with #B94EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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