Html Css Color HEX #BE2FDD Medium Orchid

📋 copy color: '#BE2FDD'

red 190 ◦ green 47 ◦ blue 221

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

Shades of Medium Orchid #BE2FDD

Tints of Medium Orchid #BE2FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.25%

R = 41.48%
G = 10.26%
B = 48.25%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE2FDD (or 0xBE2FDD) is known color: Medium Orchid. HEX triplet: BE, 2F and DD. RGB value is (190,47,221). Sum of RGB (Red+Green+Blue) = 190+47+221=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 47 (18.75% from 255 or 10.26% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE2FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2FDD is #41D022. Grayscale: #6D6D6D. Windows color (decimal): -4313123 or 14495678. OLE color: 14495678.

HSL color Cylindrical-coordinate representation of color #BE2FDD: hue angle of 289.31º degrees, saturation: 0.72, 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 #BE2FDD is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 47 221 -
CMYK 0.14 0.79 0 0.13
HSL 289.31º 0.72% 0.53% -
HSV(B) 289.31º 0.79% 0.87% -
XYZ 35.3 18.2 70.06 -
YUV 109.59 190.88 185.35 -
System Red Green Blue C M Y K H S L
Decimal 190 47 221 0.14 0.79 0 0.13 289.31 0.72 0.53
Hex BE 2F DD E 4F 0 D 121 48 35
Octal 276 57 335 16 117 0 15 441 110 65
Binary 10111110 101111 11011101 1110 1001111 0 1101 100100001 1001000 110101

Color Harmonies of #BE2FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2FDD

Black with #BE2FDD

Text Example


Text Example

White with #BE2FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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