Html Css Color HEX #BE4BEA Medium Orchid

📋 copy color: '#BE4BEA'

red 190 ◦ green 75 ◦ blue 234

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

Shades of Medium Orchid #BE4BEA

Tints of Medium Orchid #BE4BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.89%

R = 38.08%
G = 15.03%
B = 46.89%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BE4BEA (or 0xBE4BEA) is known color: Medium Orchid. HEX triplet: BE, 4B and EA. RGB value is (190,75,234). Sum of RGB (Red+Green+Blue) = 190+75+234=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 75 (29.69% from 255 or 15.03% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE4BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE4BEA is #41B415. Grayscale: #7E7E7E. Windows color (decimal): -4305942 or 15354814. OLE color: 15354814.

HSL color Cylindrical-coordinate representation of color #BE4BEA: hue angle of 283.4º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE4BEA is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 75 234 -
CMYK 0.19 0.68 0 0.08
HSL 283.4º 0.79% 0.61% -
HSV(B) 283.4º 0.68% 0.92% -
XYZ 38.6 21.92 80.04 -
YUV 127.51 188.1 172.57 -
System Red Green Blue C M Y K H S L
Decimal 190 75 234 0.19 0.68 0 0.08 283.4 0.79 0.61
Hex BE 4B EA 13 44 0 8 11B 4F 3D
Octal 276 113 352 23 104 0 10 433 117 75
Binary 10111110 1001011 11101010 10011 1000100 0 1000 100011011 1001111 111101

Color Harmonies of #BE4BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4BEA

Black with #BE4BEA

Text Example


Text Example

White with #BE4BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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