Html Css Color HEX #B94EEF Medium Orchid

📋 copy color: '#B94EEF'

red 185 ◦ green 78 ◦ blue 239

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

Shades of Medium Orchid #B94EEF

Tints of Medium Orchid #B94EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.61%

R = 36.85%
G = 15.54%
B = 47.61%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B94EEF (or 0xB94EEF) is known color: Medium Orchid. HEX triplet: B9, 4E and EF. RGB value is (185,78,239). Sum of RGB (Red+Green+Blue) = 185+78+239=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 78 (30.86% from 255 or 15.54% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #B94EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B94EEF is #46B110. Grayscale: #7F7F7F. Windows color (decimal): -4632849 or 15683257. OLE color: 15683257.

HSL color Cylindrical-coordinate representation of color #B94EEF: hue angle of 279.88º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B94EEF is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 78 239 -
CMYK 0.23 0.67 0 0.06
HSL 279.88º 0.83% 0.62% -
HSV(B) 279.88º 0.67% 0.94% -
XYZ 38.31 22 83.89 -
YUV 128.35 190.45 168.41 -
System Red Green Blue C M Y K H S L
Decimal 185 78 239 0.23 0.67 0 0.06 279.88 0.83 0.62
Hex B9 4E EF 17 43 0 6 118 53 3E
Octal 271 116 357 27 103 0 6 430 123 76
Binary 10111001 1001110 11101111 10111 1000011 0 110 100011000 1010011 111110

Color Harmonies of #B94EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94EEF

Black with #B94EEF

Text Example


Text Example

White with #B94EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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