Html Css Color HEX #BE3BDA Medium Orchid

📋 copy color: '#BE3BDA'

red 190 ◦ green 59 ◦ blue 218

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

Shades of Medium Orchid #BE3BDA

Tints of Medium Orchid #BE3BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.63%

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

R = 40.69%
G = 12.63%
B = 46.68%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE3BDA (or 0xBE3BDA) is known color: Medium Orchid. HEX triplet: BE, 3B and DA. RGB value is (190,59,218). Sum of RGB (Red+Green+Blue) = 190+59+218=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE3BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3BDA is #41C425. Grayscale: #737373. Windows color (decimal): -4310054 or 14302142. OLE color: 14302142.

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

Color convert

RGB 190 59 218 -
CMYK 0.13 0.73 0 0.15
HSL 289.43º 0.68% 0.54% -
HSV(B) 289.43º 0.73% 0.85% -
XYZ 35.45 19.14 68.15 -
YUV 116.3 185.4 180.57 -
System Red Green Blue C M Y K H S L
Decimal 190 59 218 0.13 0.73 0 0.15 289.43 0.68 0.54
Hex BE 3B DA D 49 0 F 121 44 36
Octal 276 73 332 15 111 0 17 441 104 66
Binary 10111110 111011 11011010 1101 1001001 0 1111 100100001 1000100 110110

Color Harmonies of #BE3BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3BDA

Black with #BE3BDA

Text Example


Text Example

White with #BE3BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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