Html Css Color HEX #BE4BE1 Medium Orchid

📋 copy color: '#BE4BE1'

red 190 ◦ green 75 ◦ blue 225

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

Shades of Medium Orchid #BE4BE1

Tints of Medium Orchid #BE4BE1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.31%

 BLUE value IS 225 (88.28% from 255) = 45.92%

R = 38.78%
G = 15.31%
B = 45.92%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE4BE1 (or 0xBE4BE1) is known color: Medium Orchid. HEX triplet: BE, 4B and E1. RGB value is (190,75,225). Sum of RGB (Red+Green+Blue) = 190+75+225=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 75 (29.69% from 255 or 15.31% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE4BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4BE1 is #41B41E. Grayscale: #7E7E7E. Windows color (decimal): -4305951 or 14764990. OLE color: 14764990.

HSL color Cylindrical-coordinate representation of color #BE4BE1: hue angle of 286º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE4BE1 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 75 225 -
CMYK 0.16 0.67 0 0.12
HSL 286º 0.71% 0.59% -
HSV(B) 286º 0.67% 0.88% -
XYZ 37.34 21.42 73.4 -
YUV 126.49 183.6 173.3 -
System Red Green Blue C M Y K H S L
Decimal 190 75 225 0.16 0.67 0 0.12 286 0.71 0.59
Hex BE 4B E1 10 43 0 C 11E 47 3B
Octal 276 113 341 20 103 0 14 436 107 73
Binary 10111110 1001011 11100001 10000 1000011 0 1100 100011110 1000111 111011

Color Harmonies of #BE4BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4BE1

Black with #BE4BE1

Text Example


Text Example

White with #BE4BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4BE1; }

 p { color: rgb(190,75,225); }

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

background-color css

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

 a { background-color: rgb(190,75,225); }

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

border-color css

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

 span { border-color: rgb(190,75,225); }

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