Html Css Color HEX #BE3CDA Medium Orchid

📋 copy color: '#BE3CDA'

red 190 ◦ green 60 ◦ blue 218

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

Shades of Medium Orchid #BE3CDA

Tints of Medium Orchid #BE3CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.82%

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

R = 40.6%
G = 12.82%
B = 46.58%

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

#BE3CDA (or 0xBE3CDA) is known color: Medium Orchid. HEX triplet: BE, 3C and DA. RGB value is (190,60,218). Sum of RGB (Red+Green+Blue) = 190+60+218=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE3CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3CDA is #41C325. Grayscale: #747474. Windows color (decimal): -4309798 or 14302398. OLE color: 14302398.

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

Color convert

RGB 190 60 218 -
CMYK 0.13 0.72 0 0.15
HSL 289.37º 0.68% 0.55% -
HSV(B) 289.37º 0.72% 0.85% -
XYZ 35.51 19.24 68.17 -
YUV 116.88 185.07 180.15 -
System Red Green Blue C M Y K H S L
Decimal 190 60 218 0.13 0.72 0 0.15 289.37 0.68 0.55
Hex BE 3C DA D 48 0 F 121 44 37
Octal 276 74 332 15 110 0 17 441 104 67
Binary 10111110 111100 11011010 1101 1001000 0 1111 100100001 1000100 110111

Color Harmonies of #BE3CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3CDA

Black with #BE3CDA

Text Example


Text Example

White with #BE3CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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