Html Css Color HEX #BE30EB Medium Orchid

📋 copy color: '#BE30EB'

red 190 ◦ green 48 ◦ blue 235

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

Shades of Medium Orchid #BE30EB

Tints of Medium Orchid #BE30EB

RGB

 RED value IS 190 (74.61% from 255) = 40.17%

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

 BLUE value IS 235 (92.19% from 255) = 49.68%

R = 40.17%
G = 10.15%
B = 49.68%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BE30EB (or 0xBE30EB) is known color: Medium Orchid. HEX triplet: BE, 30 and EB. RGB value is (190,48,235). Sum of RGB (Red+Green+Blue) = 190+48+235=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #BE30EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE30EB is #41CF14. Grayscale: #6F6F6F. Windows color (decimal): -4312853 or 15413438. OLE color: 15413438.

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

Color convert

RGB 190 48 235 -
CMYK 0.19 0.80 0 0.08
HSL 285.56º 0.82% 0.55% -
HSV(B) 285.56º 0.8% 0.92% -
XYZ 37.29 19.06 80.31 -
YUV 111.78 197.54 183.79 -
System Red Green Blue C M Y K H S L
Decimal 190 48 235 0.19 0.80 0 0.08 285.56 0.82 0.55
Hex BE 30 EB 13 50 0 8 11E 52 37
Octal 276 60 353 23 120 0 10 436 122 67
Binary 10111110 110000 11101011 10011 1010000 0 1000 100011110 1010010 110111

Color Harmonies of #BE30EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE30EB

Black with #BE30EB

Text Example


Text Example

White with #BE30EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE30EB; }

 p { color: rgb(190,48,235); }

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

background-color css

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

 a { background-color: rgb(190,48,235); }

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

border-color css

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

 span { border-color: rgb(190,48,235); }

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