Html Css Color HEX #BE2FCF Medium Orchid

📋 copy color: '#BE2FCF'

red 190 ◦ green 47 ◦ blue 207

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

Shades of Medium Orchid #BE2FCF

Tints of Medium Orchid #BE2FCF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.59%

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

R = 42.79%
G = 10.59%
B = 46.62%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE2FCF (or 0xBE2FCF) is known color: Medium Orchid. HEX triplet: BE, 2F and CF. RGB value is (190,47,207). Sum of RGB (Red+Green+Blue) = 190+47+207=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 47 (18.75% from 255 or 10.59% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE2FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2FCF is #41D030. Grayscale: #6B6B6B. Windows color (decimal): -4313137 or 13578174. OLE color: 13578174.

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

Color convert

RGB 190 47 207 -
CMYK 0.08 0.77 0 0.19
HSL 293.63º 0.63% 0.5% -
HSV(B) 293.63º 0.77% 0.81% -
XYZ 33.51 17.49 60.64 -
YUV 108 183.88 186.49 -
System Red Green Blue C M Y K H S L
Decimal 190 47 207 0.08 0.77 0 0.19 293.63 0.63 0.5
Hex BE 2F CF 8 4D 0 13 126 3F 32
Octal 276 57 317 10 115 0 23 446 77 62
Binary 10111110 101111 11001111 1000 1001101 0 10011 100100110 111111 110010

Color Harmonies of #BE2FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2FCF

Black with #BE2FCF

Text Example


Text Example

White with #BE2FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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