Html Css Color HEX #BE58CF Medium Orchid

📋 copy color: '#BE58CF'

red 190 ◦ green 88 ◦ blue 207

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

Shades of Medium Orchid #BE58CF

Tints of Medium Orchid #BE58CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 39.18%
G = 18.14%
B = 42.68%

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

#BE58CF (or 0xBE58CF) is known color: Medium Orchid. HEX triplet: BE, 58 and CF. RGB value is (190,88,207). Sum of RGB (Red+Green+Blue) = 190+88+207=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE58CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE58CF is #41A730. Grayscale: #838383. Windows color (decimal): -4302641 or 13588670. OLE color: 13588670.

HSL color Cylindrical-coordinate representation of color #BE58CF: hue angle of 291.43º 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 #BE58CF is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 88 207 -
CMYK 0.08 0.57 0 0.19
HSL 291.43º 0.55% 0.58% -
HSV(B) 291.43º 0.57% 0.81% -
XYZ 35.99 22.43 61.46 -
YUV 132.06 170.29 169.32 -
System Red Green Blue C M Y K H S L
Decimal 190 88 207 0.08 0.57 0 0.19 291.43 0.55 0.58
Hex BE 58 CF 8 39 0 13 123 37 3A
Octal 276 130 317 10 71 0 23 443 67 72
Binary 10111110 1011000 11001111 1000 111001 0 10011 100100011 110111 111010

Color Harmonies of #BE58CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE58CF

Black with #BE58CF

Text Example


Text Example

White with #BE58CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE58CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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