Html Css Color HEX #B930EA Medium Orchid

📋 copy color: '#B930EA'

red 185 ◦ green 48 ◦ blue 234

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

Shades of Medium Orchid #B930EA

Tints of Medium Orchid #B930EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.11%

R = 39.61%
G = 10.28%
B = 50.11%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B930EA (or 0xB930EA) is known color: Medium Orchid. HEX triplet: B9, 30 and EA. RGB value is (185,48,234). Sum of RGB (Red+Green+Blue) = 185+48+234=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 48 (19.14% from 255 or 10.28% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #B930EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B930EA is #46CF15. Grayscale: #6D6D6D. Windows color (decimal): -4640534 or 15347897. OLE color: 15347897.

HSL color Cylindrical-coordinate representation of color #B930EA: hue angle of 284.19º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B930EA is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 48 234 -
CMYK 0.21 0.79 0 0.08
HSL 284.19º 0.82% 0.55% -
HSV(B) 284.19º 0.79% 0.92% -
XYZ 35.92 18.37 79.49 -
YUV 110.17 197.89 181.38 -
System Red Green Blue C M Y K H S L
Decimal 185 48 234 0.21 0.79 0 0.08 284.19 0.82 0.55
Hex B9 30 EA 15 4F 0 8 11C 52 37
Octal 271 60 352 25 117 0 10 434 122 67
Binary 10111001 110000 11101010 10101 1001111 0 1000 100011100 1010010 110111

Color Harmonies of #B930EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B930EA

Black with #B930EA

Text Example


Text Example

White with #B930EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B930EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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