Html Css Color HEX #BE4BEB Medium Orchid

📋 copy color: '#BE4BEB'

red 190 ◦ green 75 ◦ blue 235

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

Shades of Medium Orchid #BE4BEB

Tints of Medium Orchid #BE4BEB

RGB

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

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

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

R = 38%
G = 15%
B = 47%

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

#BE4BEB (or 0xBE4BEB) is known color: Medium Orchid. HEX triplet: BE, 4B and EB. RGB value is (190,75,235). Sum of RGB (Red+Green+Blue) = 190+75+235=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 75 (29.69% from 255 or 15% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #BE4BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE4BEB is #41B414. Grayscale: #7F7F7F. Windows color (decimal): -4305941 or 15420350. OLE color: 15420350.

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

Color convert

RGB 190 75 235 -
CMYK 0.19 0.68 0 0.08
HSL 283.13º 0.8% 0.61% -
HSV(B) 283.13º 0.68% 0.92% -
XYZ 38.75 21.98 80.8 -
YUV 127.63 188.6 172.49 -
System Red Green Blue C M Y K H S L
Decimal 190 75 235 0.19 0.68 0 0.08 283.13 0.8 0.61
Hex BE 4B EB 13 44 0 8 11B 50 3D
Octal 276 113 353 23 104 0 10 433 120 75
Binary 10111110 1001011 11101011 10011 1000100 0 1000 100011011 1010000 111101

Color Harmonies of #BE4BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4BEB

Black with #BE4BEB

Text Example


Text Example

White with #BE4BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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