Html Css Color HEX #BE5ACF Medium Orchid

📋 copy color: '#BE5ACF'

red 190 ◦ green 90 ◦ blue 207

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

Shades of Medium Orchid #BE5ACF

Tints of Medium Orchid #BE5ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.48%

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

R = 39.01%
G = 18.48%
B = 42.51%

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

#BE5ACF (or 0xBE5ACF) is known color: Medium Orchid. HEX triplet: BE, 5A and CF. RGB value is (190,90,207). Sum of RGB (Red+Green+Blue) = 190+90+207=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE5ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5ACF is #41A530. Grayscale: #848484. Windows color (decimal): -4302129 or 13589182. OLE color: 13589182.

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

Color convert

RGB 190 90 207 -
CMYK 0.08 0.57 0 0.19
HSL 291.28º 0.55% 0.58% -
HSV(B) 291.28º 0.57% 0.81% -
XYZ 36.15 22.76 61.52 -
YUV 133.24 169.63 168.49 -
System Red Green Blue C M Y K H S L
Decimal 190 90 207 0.08 0.57 0 0.19 291.28 0.55 0.58
Hex BE 5A CF 8 39 0 13 123 37 3A
Octal 276 132 317 10 71 0 23 443 67 72
Binary 10111110 1011010 11001111 1000 111001 0 10011 100100011 110111 111010

Color Harmonies of #BE5ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5ACF

Black with #BE5ACF

Text Example


Text Example

White with #BE5ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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