Html Css Color HEX #B94FE9 Medium Orchid

📋 copy color: '#B94FE9'

red 185 ◦ green 79 ◦ blue 233

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

Shades of Medium Orchid #B94FE9

Tints of Medium Orchid #B94FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.88%

R = 37.22%
G = 15.9%
B = 46.88%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B94FE9 (or 0xB94FE9) is known color: Medium Orchid. HEX triplet: B9, 4F and E9. RGB value is (185,79,233). Sum of RGB (Red+Green+Blue) = 185+79+233=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 79 (31.25% from 255 or 15.90% from 497); Blue value is 233 (91.41% from 255 or 46.88% from 497); Max value from RGB is 233 - color contains mainly: blue. Hex color #B94FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B94FE9 is #46B016. Grayscale: #7F7F7F. Windows color (decimal): -4632599 or 15290297. OLE color: 15290297.

HSL color Cylindrical-coordinate representation of color #B94FE9: hue angle of 281.3º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B94FE9 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 79 233 -
CMYK 0.21 0.66 0 0.09
HSL 281.3º 0.78% 0.61% -
HSV(B) 281.3º 0.66% 0.91% -
XYZ 37.51 21.79 79.32 -
YUV 128.25 187.12 168.48 -
System Red Green Blue C M Y K H S L
Decimal 185 79 233 0.21 0.66 0 0.09 281.3 0.78 0.61
Hex B9 4F E9 15 42 0 9 119 4E 3D
Octal 271 117 351 25 102 0 11 431 116 75
Binary 10111001 1001111 11101001 10101 1000010 0 1001 100011001 1001110 111101

Color Harmonies of #B94FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94FE9

Black with #B94FE9

Text Example


Text Example

White with #B94FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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