Html Css Color HEX #BE3FD4 Medium Orchid

📋 copy color: '#BE3FD4'

red 190 ◦ green 63 ◦ blue 212

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

Shades of Medium Orchid #BE3FD4

Tints of Medium Orchid #BE3FD4

RGB

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

 GREEN value IS 63 (25% from 255) = 13.55%

 BLUE value IS 212 (83.2% from 255) = 45.59%

R = 40.86%
G = 13.55%
B = 45.59%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BE3FD4 (or 0xBE3FD4) is known color: Medium Orchid. HEX triplet: BE, 3F and D4. RGB value is (190,63,212). Sum of RGB (Red+Green+Blue) = 190+63+212=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 212 - color contains mainly: blue. Hex color #BE3FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3FD4 is #41C02B. Grayscale: #757575. Windows color (decimal): -4309036 or 13909950. OLE color: 13909950.

HSL color Cylindrical-coordinate representation of color #BE3FD4: hue angle of 291.14º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE3FD4 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 63 212 -
CMYK 0.10 0.70 0 0.17
HSL 291.14º 0.63% 0.54% -
HSV(B) 291.14º 0.7% 0.83% -
XYZ 34.9 19.26 64.16 -
YUV 117.96 181.08 179.38 -
System Red Green Blue C M Y K H S L
Decimal 190 63 212 0.10 0.70 0 0.17 291.14 0.63 0.54
Hex BE 3F D4 A 46 0 11 123 3F 36
Octal 276 77 324 12 106 0 21 443 77 66
Binary 10111110 111111 11010100 1010 1000110 0 10001 100100011 111111 110110

Color Harmonies of #BE3FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3FD4

Black with #BE3FD4

Text Example


Text Example

White with #BE3FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3FD4; }

 p { color: rgb(190,63,212); }

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

background-color css

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

 a { background-color: rgb(190,63,212); }

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

border-color css

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

 span { border-color: rgb(190,63,212); }

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