Html Css Color HEX #BE2FDF Medium Orchid

📋 copy color: '#BE2FDF'

red 190 ◦ green 47 ◦ blue 223

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

Shades of Medium Orchid #BE2FDF

Tints of Medium Orchid #BE2FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 41.3%
G = 10.22%
B = 48.48%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE2FDF (or 0xBE2FDF) is known color: Medium Orchid. HEX triplet: BE, 2F and DF. RGB value is (190,47,223). Sum of RGB (Red+Green+Blue) = 190+47+223=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 47 (18.75% from 255 or 10.22% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE2FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2FDF is #41D020. Grayscale: #6D6D6D. Windows color (decimal): -4313121 or 14626750. OLE color: 14626750.

HSL color Cylindrical-coordinate representation of color #BE2FDF: hue angle of 288.75º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2FDF is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 47 223 -
CMYK 0.15 0.79 0 0.13
HSL 288.75º 0.73% 0.53% -
HSV(B) 288.75º 0.79% 0.87% -
XYZ 35.57 18.31 71.47 -
YUV 109.82 191.88 185.19 -
System Red Green Blue C M Y K H S L
Decimal 190 47 223 0.15 0.79 0 0.13 288.75 0.73 0.53
Hex BE 2F DF F 4F 0 D 121 49 35
Octal 276 57 337 17 117 0 15 441 111 65
Binary 10111110 101111 11011111 1111 1001111 0 1101 100100001 1001001 110101

Color Harmonies of #BE2FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2FDF

Black with #BE2FDF

Text Example


Text Example

White with #BE2FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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