Html Css Color HEX #BE4CEB Medium Orchid

📋 copy color: '#BE4CEB'

red 190 ◦ green 76 ◦ blue 235

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

Shades of Medium Orchid #BE4CEB

Tints of Medium Orchid #BE4CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.91%

R = 37.92%
G = 15.17%
B = 46.91%

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

#BE4CEB (or 0xBE4CEB) is known color: Medium Orchid. HEX triplet: BE, 4C and EB. RGB value is (190,76,235). Sum of RGB (Red+Green+Blue) = 190+76+235=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #BE4CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE4CEB is #41B314. Grayscale: #7F7F7F. Windows color (decimal): -4305685 or 15420606. OLE color: 15420606.

HSL color Cylindrical-coordinate representation of color #BE4CEB: hue angle of 283.02º degrees, saturation: 0.8, 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 #BE4CEB is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 76 235 -
CMYK 0.19 0.68 0 0.08
HSL 283.02º 0.8% 0.61% -
HSV(B) 283.02º 0.68% 0.92% -
XYZ 38.82 22.11 80.82 -
YUV 128.21 188.27 172.07 -
System Red Green Blue C M Y K H S L
Decimal 190 76 235 0.19 0.68 0 0.08 283.02 0.8 0.61
Hex BE 4C EB 13 44 0 8 11B 50 3D
Octal 276 114 353 23 104 0 10 433 120 75
Binary 10111110 1001100 11101011 10011 1000100 0 1000 100011011 1010000 111101

Color Harmonies of #BE4CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4CEB

Black with #BE4CEB

Text Example


Text Example

White with #BE4CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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