Html Css Color HEX #BE3EEE Medium Orchid

📋 copy color: '#BE3EEE'

red 190 ◦ green 62 ◦ blue 238

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

Shades of Medium Orchid #BE3EEE

Tints of Medium Orchid #BE3EEE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.65%

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

R = 38.78%
G = 12.65%
B = 48.57%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE3EEE (or 0xBE3EEE) is known color: Medium Orchid. HEX triplet: BE, 3E and EE. RGB value is (190,62,238). Sum of RGB (Red+Green+Blue) = 190+62+238=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 62 (24.61% from 255 or 12.65% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE3EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3EEE is #41C111. Grayscale: #777777. Windows color (decimal): -4309266 or 15613630. OLE color: 15613630.

HSL color Cylindrical-coordinate representation of color #BE3EEE: hue angle of 283.64º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3EEE is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 62 238 -
CMYK 0.20 0.74 0 0.07
HSL 283.64º 0.84% 0.59% -
HSV(B) 283.64º 0.74% 0.93% -
XYZ 38.39 20.57 82.84 -
YUV 120.34 194.41 177.69 -
System Red Green Blue C M Y K H S L
Decimal 190 62 238 0.20 0.74 0 0.07 283.64 0.84 0.59
Hex BE 3E EE 14 4A 0 7 11C 54 3B
Octal 276 76 356 24 112 0 7 434 124 73
Binary 10111110 111110 11101110 10100 1001010 0 111 100011100 1010100 111011

Color Harmonies of #BE3EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3EEE

Black with #BE3EEE

Text Example


Text Example

White with #BE3EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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