Html Css Color HEX #BE58CE Medium Orchid

📋 copy color: '#BE58CE'

red 190 ◦ green 88 ◦ blue 206

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

Shades of Medium Orchid #BE58CE

Tints of Medium Orchid #BE58CE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.18%

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

R = 39.26%
G = 18.18%
B = 42.56%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE58CE (or 0xBE58CE) is known color: Medium Orchid. HEX triplet: BE, 58 and CE. RGB value is (190,88,206). Sum of RGB (Red+Green+Blue) = 190+88+206=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE58CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE58CE is #41A731. Grayscale: #838383. Windows color (decimal): -4302642 or 13523134. OLE color: 13523134.

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

Color convert

RGB 190 88 206 -
CMYK 0.08 0.57 0 0.19
HSL 291.86º 0.55% 0.58% -
HSV(B) 291.86º 0.57% 0.81% -
XYZ 35.87 22.38 60.82 -
YUV 131.95 169.79 169.41 -
System Red Green Blue C M Y K H S L
Decimal 190 88 206 0.08 0.57 0 0.19 291.86 0.55 0.58
Hex BE 58 CE 8 39 0 13 124 37 3A
Octal 276 130 316 10 71 0 23 444 67 72
Binary 10111110 1011000 11001110 1000 111001 0 10011 100100100 110111 111010

Color Harmonies of #BE58CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE58CE

Black with #BE58CE

Text Example


Text Example

White with #BE58CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE58CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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