Html Css Color HEX #B930F0 Medium Orchid

📋 copy color: '#B930F0'

red 185 ◦ green 48 ◦ blue 240

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

Shades of Medium Orchid #B930F0

Tints of Medium Orchid #B930F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.74%

R = 39.11%
G = 10.15%
B = 50.74%

CMYK

 C value IS 0.23

 M value IS 0.8

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B930F0 (or 0xB930F0) is known color: Medium Orchid. HEX triplet: B9, 30 and F0. RGB value is (185,48,240). Sum of RGB (Red+Green+Blue) = 185+48+240=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #B930F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B930F0 is #46CF0F. Grayscale: #6E6E6E. Windows color (decimal): -4640528 or 15741113. OLE color: 15741113.

HSL color Cylindrical-coordinate representation of color #B930F0: hue angle of 282.81º 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 #B930F0 is Cyan = 0.23, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 48 240 -
CMYK 0.23 0.8 0 0.06
HSL 282.81º 0.86% 0.56% -
HSV(B) 282.81º 0.8% 0.94% -
XYZ 36.79 18.72 84.11 -
YUV 110.85 200.89 180.89 -
System Red Green Blue C M Y K H S L
Decimal 185 48 240 0.23 0.8 0 0.06 282.81 0.86 0.56
Hex B9 30 F0 17 50 0 6 11B 56 38
Octal 271 60 360 27 120 0 6 433 126 70
Binary 10111001 110000 11110000 10111 1010000 0 110 100011011 1010110 111000

Color Harmonies of #B930F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B930F0

Black with #B930F0

Text Example


Text Example

White with #B930F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B930F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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