Html Css Color HEX #BE2DCF Medium Orchid

📋 copy color: '#BE2DCF'

red 190 ◦ green 45 ◦ blue 207

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

Shades of Medium Orchid #BE2DCF

Tints of Medium Orchid #BE2DCF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.18%

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

R = 42.99%
G = 10.18%
B = 46.83%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE2DCF (or 0xBE2DCF) is known color: Medium Orchid. HEX triplet: BE, 2D and CF. RGB value is (190,45,207). Sum of RGB (Red+Green+Blue) = 190+45+207=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE2DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2DCF is #41D230. Grayscale: #6A6A6A. Windows color (decimal): -4313649 or 13577662. OLE color: 13577662.

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

Color convert

RGB 190 45 207 -
CMYK 0.08 0.78 0 0.19
HSL 293.7º 0.64% 0.49% -
HSV(B) 293.7º 0.78% 0.81% -
XYZ 33.44 17.33 60.61 -
YUV 106.82 184.54 187.33 -
System Red Green Blue C M Y K H S L
Decimal 190 45 207 0.08 0.78 0 0.19 293.7 0.64 0.49
Hex BE 2D CF 8 4E 0 13 126 40 31
Octal 276 55 317 10 116 0 23 446 100 61
Binary 10111110 101101 11001111 1000 1001110 0 10011 100100110 1000000 110001

Color Harmonies of #BE2DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2DCF

Black with #BE2DCF

Text Example


Text Example

White with #BE2DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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