Html Css Color HEX #BE30EE Medium Orchid

📋 copy color: '#BE30EE'

red 190 ◦ green 48 ◦ blue 238

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

Shades of Medium Orchid #BE30EE

Tints of Medium Orchid #BE30EE

RGB

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

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

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

R = 39.92%
G = 10.08%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE30EE (or 0xBE30EE) is known color: Medium Orchid. HEX triplet: BE, 30 and EE. RGB value is (190,48,238). Sum of RGB (Red+Green+Blue) = 190+48+238=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 48 (19.14% from 255 or 10.08% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE30EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE30EE is #41CF11. Grayscale: #6F6F6F. Windows color (decimal): -4312850 or 15610046. OLE color: 15610046.

HSL color Cylindrical-coordinate representation of color #BE30EE: hue angle of 284.84º 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 #BE30EE is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 48 238 -
CMYK 0.20 0.80 0 0.07
HSL 284.84º 0.85% 0.56% -
HSV(B) 284.84º 0.8% 0.93% -
XYZ 37.72 19.23 82.61 -
YUV 112.12 199.04 183.55 -
System Red Green Blue C M Y K H S L
Decimal 190 48 238 0.20 0.80 0 0.07 284.84 0.85 0.56
Hex BE 30 EE 14 50 0 7 11D 55 38
Octal 276 60 356 24 120 0 7 435 125 70
Binary 10111110 110000 11101110 10100 1010000 0 111 100011101 1010101 111000

Color Harmonies of #BE30EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE30EE

Black with #BE30EE

Text Example


Text Example

White with #BE30EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE30EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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