Html Css Color HEX #B930E5 Medium Orchid

📋 copy color: '#B930E5'

red 185 ◦ green 48 ◦ blue 229

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

Shades of Medium Orchid #B930E5

Tints of Medium Orchid #B930E5

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.39%

 BLUE value IS 229 (89.84% from 255) = 49.57%

R = 40.04%
G = 10.39%
B = 49.57%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B930E5 (or 0xB930E5) is known color: Medium Orchid. HEX triplet: B9, 30 and E5. RGB value is (185,48,229). Sum of RGB (Red+Green+Blue) = 185+48+229=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 48 (19.14% from 255 or 10.39% from 462); Blue value is 229 (89.84% from 255 or 49.57% from 462); Max value from RGB is 229 - color contains mainly: blue. Hex color #B930E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B930E5 is #46CF1A. Grayscale: #6D6D6D. Windows color (decimal): -4640539 or 15020217. OLE color: 15020217.

HSL color Cylindrical-coordinate representation of color #B930E5: hue angle of 285.41º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B930E5 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 48 229 -
CMYK 0.19 0.79 0 0.10
HSL 285.41º 0.78% 0.54% -
HSV(B) 285.41º 0.79% 0.9% -
XYZ 35.21 18.09 75.76 -
YUV 109.6 195.39 181.78 -
System Red Green Blue C M Y K H S L
Decimal 185 48 229 0.19 0.79 0 0.10 285.41 0.78 0.54
Hex B9 30 E5 13 4F 0 A 11D 4E 36
Octal 271 60 345 23 117 0 12 435 116 66
Binary 10111001 110000 11100101 10011 1001111 0 1010 100011101 1001110 110110

Color Harmonies of #B930E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B930E5

Black with #B930E5

Text Example


Text Example

White with #B930E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B930E5; }

 p { color: rgb(185,48,229); }

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

background-color css

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

 a { background-color: rgb(185,48,229); }

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

border-color css

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

 span { border-color: rgb(185,48,229); }

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