Html Css Color HEX #B930EF Medium Orchid

📋 copy color: '#B930EF'

red 185 ◦ green 48 ◦ blue 239

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

Shades of Medium Orchid #B930EF

Tints of Medium Orchid #B930EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.64%

R = 39.19%
G = 10.17%
B = 50.64%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B930EF (or 0xB930EF) is known color: Medium Orchid. HEX triplet: B9, 30 and EF. RGB value is (185,48,239). Sum of RGB (Red+Green+Blue) = 185+48+239=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 48 (19.14% from 255 or 10.17% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #B930EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B930EF is #46CF10. Grayscale: #6E6E6E. Windows color (decimal): -4640529 or 15675577. OLE color: 15675577.

HSL color Cylindrical-coordinate representation of color #B930EF: hue angle of 283.04º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B930EF is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 48 239 -
CMYK 0.23 0.80 0 0.06
HSL 283.04º 0.86% 0.56% -
HSV(B) 283.04º 0.8% 0.94% -
XYZ 36.64 18.66 83.33 -
YUV 110.74 200.39 180.97 -
System Red Green Blue C M Y K H S L
Decimal 185 48 239 0.23 0.80 0 0.06 283.04 0.86 0.56
Hex B9 30 EF 17 50 0 6 11B 56 38
Octal 271 60 357 27 120 0 6 433 126 70
Binary 10111001 110000 11101111 10111 1010000 0 110 100011011 1010110 111000

Color Harmonies of #B930EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B930EF

Black with #B930EF

Text Example


Text Example

White with #B930EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B930EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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