Html Css Color HEX #BE4CE4 Medium Orchid

📋 copy color: '#BE4CE4'

red 190 ◦ green 76 ◦ blue 228

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

Shades of Medium Orchid #BE4CE4

Tints of Medium Orchid #BE4CE4

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.38%

 BLUE value IS 228 (89.45% from 255) = 46.15%

R = 38.46%
G = 15.38%
B = 46.15%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BE4CE4 (or 0xBE4CE4) is known color: Medium Orchid. HEX triplet: BE, 4C and E4. RGB value is (190,76,228). Sum of RGB (Red+Green+Blue) = 190+76+228=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 76 (30.08% from 255 or 15.38% from 494); Blue value is 228 (89.45% from 255 or 46.15% from 494); Max value from RGB is 228 - color contains mainly: blue. Hex color #BE4CE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4CE4 is #41B31B. Grayscale: #7E7E7E. Windows color (decimal): -4305692 or 14961854. OLE color: 14961854.

HSL color Cylindrical-coordinate representation of color #BE4CE4: hue angle of 285º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE4CE4 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 76 228 -
CMYK 0.17 0.67 0 0.11
HSL 285º 0.74% 0.6% -
HSV(B) 285º 0.67% 0.89% -
XYZ 37.82 21.72 75.6 -
YUV 127.41 184.77 172.64 -
System Red Green Blue C M Y K H S L
Decimal 190 76 228 0.17 0.67 0 0.11 285 0.74 0.6
Hex BE 4C E4 11 43 0 B 11D 4A 3C
Octal 276 114 344 21 103 0 13 435 112 74
Binary 10111110 1001100 11100100 10001 1000011 0 1011 100011101 1001010 111100

Color Harmonies of #BE4CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4CE4

Black with #BE4CE4

Text Example


Text Example

White with #BE4CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4CE4; }

 p { color: rgb(190,76,228); }

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

background-color css

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

 a { background-color: rgb(190,76,228); }

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

border-color css

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

 span { border-color: rgb(190,76,228); }

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