Html Css Color HEX #B94EF3 Medium Orchid

📋 copy color: '#B94EF3'

red 185 ◦ green 78 ◦ blue 243

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

Shades of Medium Orchid #B94EF3

Tints of Medium Orchid #B94EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.02%

R = 36.56%
G = 15.42%
B = 48.02%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B94EF3 (or 0xB94EF3) is known color: Medium Orchid. HEX triplet: B9, 4E and F3. RGB value is (185,78,243). Sum of RGB (Red+Green+Blue) = 185+78+243=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 78 (30.86% from 255 or 15.42% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #B94EF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B94EF3 is #46B10C. Grayscale: #808080. Windows color (decimal): -4632845 or 15945401. OLE color: 15945401.

HSL color Cylindrical-coordinate representation of color #B94EF3: hue angle of 278.91º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B94EF3 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 78 243 -
CMYK 0.24 0.68 0 0.05
HSL 278.91º 0.87% 0.63% -
HSV(B) 278.91º 0.68% 0.95% -
XYZ 38.91 22.23 87.03 -
YUV 128.8 192.45 168.08 -
System Red Green Blue C M Y K H S L
Decimal 185 78 243 0.24 0.68 0 0.05 278.91 0.87 0.63
Hex B9 4E F3 18 44 0 5 117 57 3F
Octal 271 116 363 30 104 0 5 427 127 77
Binary 10111001 1001110 11110011 11000 1000100 0 101 100010111 1010111 111111

Color Harmonies of #B94EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94EF3

Black with #B94EF3

Text Example


Text Example

White with #B94EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94EF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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