Html Css Color HEX #BE2DD7 Medium Orchid

📋 copy color: '#BE2DD7'

red 190 ◦ green 45 ◦ blue 215

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

Shades of Medium Orchid #BE2DD7

Tints of Medium Orchid #BE2DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.78%

R = 42.22%
G = 10%
B = 47.78%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE2DD7 (or 0xBE2DD7) is known color: Medium Orchid. HEX triplet: BE, 2D and D7. RGB value is (190,45,215). Sum of RGB (Red+Green+Blue) = 190+45+215=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 215 (84.38% from 255 or 47.78% from 450); Max value from RGB is 215 - color contains mainly: blue. Hex color #BE2DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2DD7 is #41D228. Grayscale: #6B6B6B. Windows color (decimal): -4313641 or 14101950. OLE color: 14101950.

HSL color Cylindrical-coordinate representation of color #BE2DD7: hue angle of 291.18º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2DD7 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 45 215 -
CMYK 0.12 0.79 0 0.16
HSL 291.18º 0.68% 0.51% -
HSV(B) 291.18º 0.79% 0.84% -
XYZ 34.44 17.73 65.9 -
YUV 107.74 188.54 186.68 -
System Red Green Blue C M Y K H S L
Decimal 190 45 215 0.12 0.79 0 0.16 291.18 0.68 0.51
Hex BE 2D D7 C 4F 0 10 123 44 33
Octal 276 55 327 14 117 0 20 443 104 63
Binary 10111110 101101 11010111 1100 1001111 0 10000 100100011 1000100 110011

Color Harmonies of #BE2DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2DD7

Black with #BE2DD7

Text Example


Text Example

White with #BE2DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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