Html Css Color HEX #BE4BEC Medium Orchid

📋 copy color: '#BE4BEC'

red 190 ◦ green 75 ◦ blue 236

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

Shades of Medium Orchid #BE4BEC

Tints of Medium Orchid #BE4BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.11%

R = 37.92%
G = 14.97%
B = 47.11%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE4BEC (or 0xBE4BEC) is known color: Medium Orchid. HEX triplet: BE, 4B and EC. RGB value is (190,75,236). Sum of RGB (Red+Green+Blue) = 190+75+236=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE4BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE4BEC is #41B413. Grayscale: #7F7F7F. Windows color (decimal): -4305940 or 15485886. OLE color: 15485886.

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

Color convert

RGB 190 75 236 -
CMYK 0.19 0.68 0 0.07
HSL 282.86º 0.81% 0.61% -
HSV(B) 282.86º 0.68% 0.93% -
XYZ 38.89 22.04 81.56 -
YUV 127.74 189.1 172.41 -
System Red Green Blue C M Y K H S L
Decimal 190 75 236 0.19 0.68 0 0.07 282.86 0.81 0.61
Hex BE 4B EC 13 44 0 7 11B 51 3D
Octal 276 113 354 23 104 0 7 433 121 75
Binary 10111110 1001011 11101100 10011 1000100 0 111 100011011 1010001 111101

Color Harmonies of #BE4BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4BEC

Black with #BE4BEC

Text Example


Text Example

White with #BE4BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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