Html Css Color HEX #BE3DDA Medium Orchid

📋 copy color: '#BE3DDA'

red 190 ◦ green 61 ◦ blue 218

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

Shades of Medium Orchid #BE3DDA

Tints of Medium Orchid #BE3DDA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.01%

 BLUE value IS 218 (85.55% from 255) = 46.48%

R = 40.51%
G = 13.01%
B = 46.48%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE3DDA (or 0xBE3DDA) is known color: Medium Orchid. HEX triplet: BE, 3D and DA. RGB value is (190,61,218). Sum of RGB (Red+Green+Blue) = 190+61+218=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 61 (24.22% from 255 or 13.01% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE3DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3DDA is #41C225. Grayscale: #747474. Windows color (decimal): -4309542 or 14302654. OLE color: 14302654.

HSL color Cylindrical-coordinate representation of color #BE3DDA: hue angle of 289.3º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE3DDA is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 61 218 -
CMYK 0.13 0.72 0 0.15
HSL 289.3º 0.68% 0.55% -
HSV(B) 289.3º 0.72% 0.85% -
XYZ 35.56 19.35 68.19 -
YUV 117.47 184.74 179.73 -
System Red Green Blue C M Y K H S L
Decimal 190 61 218 0.13 0.72 0 0.15 289.3 0.68 0.55
Hex BE 3D DA D 48 0 F 121 44 37
Octal 276 75 332 15 110 0 17 441 104 67
Binary 10111110 111101 11011010 1101 1001000 0 1111 100100001 1000100 110111

Color Harmonies of #BE3DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3DDA

Black with #BE3DDA

Text Example


Text Example

White with #BE3DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3DDA; }

 p { color: rgb(190,61,218); }

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

background-color css

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

 a { background-color: rgb(190,61,218); }

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

border-color css

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

 span { border-color: rgb(190,61,218); }

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