Html Css Color HEX #BE45EE Medium Orchid

📋 copy color: '#BE45EE'

red 190 ◦ green 69 ◦ blue 238

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

Shades of Medium Orchid #BE45EE

Tints of Medium Orchid #BE45EE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.88%

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

R = 38.23%
G = 13.88%
B = 47.89%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE45EE (or 0xBE45EE) is known color: Medium Orchid. HEX triplet: BE, 45 and EE. RGB value is (190,69,238). Sum of RGB (Red+Green+Blue) = 190+69+238=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 69 (27.34% from 255 or 13.88% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE45EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE45EE is #41BA11. Grayscale: #7B7B7B. Windows color (decimal): -4307474 or 15615422. OLE color: 15615422.

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

Color convert

RGB 190 69 238 -
CMYK 0.20 0.71 0 0.07
HSL 282.96º 0.83% 0.6% -
HSV(B) 282.96º 0.71% 0.93% -
XYZ 38.8 21.38 82.97 -
YUV 124.45 192.09 174.76 -
System Red Green Blue C M Y K H S L
Decimal 190 69 238 0.20 0.71 0 0.07 282.96 0.83 0.6
Hex BE 45 EE 14 47 0 7 11B 53 3C
Octal 276 105 356 24 107 0 7 433 123 74
Binary 10111110 1000101 11101110 10100 1000111 0 111 100011011 1010011 111100

Color Harmonies of #BE45EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE45EE

Black with #BE45EE

Text Example


Text Example

White with #BE45EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE45EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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