Html Css Color HEX #B94FE0 Medium Orchid

📋 copy color: '#B94FE0'

red 185 ◦ green 79 ◦ blue 224

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

Shades of Medium Orchid #B94FE0

Tints of Medium Orchid #B94FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.9%

R = 37.91%
G = 16.19%
B = 45.9%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B94FE0 (or 0xB94FE0) is known color: Medium Orchid. HEX triplet: B9, 4F and E0. RGB value is (185,79,224). Sum of RGB (Red+Green+Blue) = 185+79+224=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #B94FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94FE0 is #46B01F. Grayscale: #7E7E7E. Windows color (decimal): -4632608 or 14700473. OLE color: 14700473.

HSL color Cylindrical-coordinate representation of color #B94FE0: hue angle of 283.86º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94FE0 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 79 224 -
CMYK 0.17 0.65 0 0.12
HSL 283.86º 0.7% 0.59% -
HSV(B) 283.86º 0.65% 0.88% -
XYZ 36.26 21.29 72.72 -
YUV 127.22 182.62 169.21 -
System Red Green Blue C M Y K H S L
Decimal 185 79 224 0.17 0.65 0 0.12 283.86 0.7 0.59
Hex B9 4F E0 11 41 0 C 11C 46 3B
Octal 271 117 340 21 101 0 14 434 106 73
Binary 10111001 1001111 11100000 10001 1000001 0 1100 100011100 1000110 111011

Color Harmonies of #B94FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94FE0

Black with #B94FE0

Text Example


Text Example

White with #B94FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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