Html Css Color HEX #BE45CE Medium Orchid

📋 copy color: '#BE45CE'

red 190 ◦ green 69 ◦ blue 206

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

Shades of Medium Orchid #BE45CE

Tints of Medium Orchid #BE45CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.3%

R = 40.86%
G = 14.84%
B = 44.3%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE45CE (or 0xBE45CE) is known color: Medium Orchid. HEX triplet: BE, 45 and CE. RGB value is (190,69,206). Sum of RGB (Red+Green+Blue) = 190+69+206=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE45CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE45CE is #41BA31. Grayscale: #787878. Windows color (decimal): -4307506 or 13518270. OLE color: 13518270.

HSL color Cylindrical-coordinate representation of color #BE45CE: hue angle of 292.99º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE45CE is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 69 206 -
CMYK 0.08 0.67 0 0.19
HSL 292.99º 0.58% 0.54% -
HSV(B) 292.99º 0.67% 0.81% -
XYZ 34.5 19.66 60.37 -
YUV 120.8 176.09 177.36 -
System Red Green Blue C M Y K H S L
Decimal 190 69 206 0.08 0.67 0 0.19 292.99 0.58 0.54
Hex BE 45 CE 8 43 0 13 125 3A 36
Octal 276 105 316 10 103 0 23 445 72 66
Binary 10111110 1000101 11001110 1000 1000011 0 10011 100100101 111010 110110

Color Harmonies of #BE45CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE45CE

Black with #BE45CE

Text Example


Text Example

White with #BE45CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE45CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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