Html Css Color HEX #B94FEC Medium Orchid

📋 copy color: '#B94FEC'

red 185 ◦ green 79 ◦ blue 236

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

Shades of Medium Orchid #B94FEC

Tints of Medium Orchid #B94FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.2%

R = 37%
G = 15.8%
B = 47.2%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B94FEC (or 0xB94FEC) is known color: Medium Orchid. HEX triplet: B9, 4F and EC. RGB value is (185,79,236). Sum of RGB (Red+Green+Blue) = 185+79+236=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #B94FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B94FEC is #46B013. Grayscale: #808080. Windows color (decimal): -4632596 or 15486905. OLE color: 15486905.

HSL color Cylindrical-coordinate representation of color #B94FEC: hue angle of 280.51º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B94FEC is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 79 236 -
CMYK 0.22 0.67 0 0.07
HSL 280.51º 0.81% 0.62% -
HSV(B) 280.51º 0.67% 0.93% -
XYZ 37.94 21.96 81.6 -
YUV 128.59 188.62 168.23 -
System Red Green Blue C M Y K H S L
Decimal 185 79 236 0.22 0.67 0 0.07 280.51 0.81 0.62
Hex B9 4F EC 16 43 0 7 119 51 3E
Octal 271 117 354 26 103 0 7 431 121 76
Binary 10111001 1001111 11101100 10110 1000011 0 111 100011001 1010001 111110

Color Harmonies of #B94FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94FEC

Black with #B94FEC

Text Example


Text Example

White with #B94FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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