Html Css Color HEX #BE47D4 Medium Orchid

📋 copy color: '#BE47D4'

red 190 ◦ green 71 ◦ blue 212

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

Shades of Medium Orchid #BE47D4

Tints of Medium Orchid #BE47D4

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.01%

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

R = 40.17%
G = 15.01%
B = 44.82%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BE47D4 (or 0xBE47D4) is known color: Medium Orchid. HEX triplet: BE, 47 and D4. RGB value is (190,71,212). Sum of RGB (Red+Green+Blue) = 190+71+212=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 71 (28.12% from 255 or 15.01% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 212 - color contains mainly: blue. Hex color #BE47D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE47D4 is #41B82B. Grayscale: #7A7A7A. Windows color (decimal): -4306988 or 13911998. OLE color: 13911998.

HSL color Cylindrical-coordinate representation of color #BE47D4: hue angle of 290.64º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE47D4 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 71 212 -
CMYK 0.10 0.67 0 0.17
HSL 290.64º 0.62% 0.55% -
HSV(B) 290.64º 0.67% 0.83% -
XYZ 35.37 20.21 64.32 -
YUV 122.66 178.42 176.04 -
System Red Green Blue C M Y K H S L
Decimal 190 71 212 0.10 0.67 0 0.17 290.64 0.62 0.55
Hex BE 47 D4 A 43 0 11 123 3E 37
Octal 276 107 324 12 103 0 21 443 76 67
Binary 10111110 1000111 11010100 1010 1000011 0 10001 100100011 111110 110111

Color Harmonies of #BE47D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE47D4

Black with #BE47D4

Text Example


Text Example

White with #BE47D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE47D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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