Html Css Color HEX #B930EE Medium Orchid

📋 copy color: '#B930EE'

red 185 ◦ green 48 ◦ blue 238

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

Shades of Medium Orchid #B930EE

Tints of Medium Orchid #B930EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.53%

R = 39.28%
G = 10.19%
B = 50.53%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B930EE (or 0xB930EE) is known color: Medium Orchid. HEX triplet: B9, 30 and EE. RGB value is (185,48,238). Sum of RGB (Red+Green+Blue) = 185+48+238=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 48 (19.14% from 255 or 10.19% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #B930EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B930EE is #46CF11. Grayscale: #6E6E6E. Windows color (decimal): -4640530 or 15610041. OLE color: 15610041.

HSL color Cylindrical-coordinate representation of color #B930EE: hue angle of 283.26º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B930EE is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 48 238 -
CMYK 0.22 0.80 0 0.07
HSL 283.26º 0.85% 0.56% -
HSV(B) 283.26º 0.8% 0.93% -
XYZ 36.5 18.6 82.56 -
YUV 110.62 199.89 181.05 -
System Red Green Blue C M Y K H S L
Decimal 185 48 238 0.22 0.80 0 0.07 283.26 0.85 0.56
Hex B9 30 EE 16 50 0 7 11B 55 38
Octal 271 60 356 26 120 0 7 433 125 70
Binary 10111001 110000 11101110 10110 1010000 0 111 100011011 1010101 111000

Color Harmonies of #B930EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B930EE

Black with #B930EE

Text Example


Text Example

White with #B930EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B930EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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