Html Css Color HEX #BE4CEE Medium Orchid

📋 copy color: '#BE4CEE'

red 190 ◦ green 76 ◦ blue 238

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

Shades of Medium Orchid #BE4CEE

Tints of Medium Orchid #BE4CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.22%

R = 37.7%
G = 15.08%
B = 47.22%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE4CEE (or 0xBE4CEE) is known color: Medium Orchid. HEX triplet: BE, 4C and EE. RGB value is (190,76,238). Sum of RGB (Red+Green+Blue) = 190+76+238=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE4CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE4CEE is #41B311. Grayscale: #808080. Windows color (decimal): -4305682 or 15617214. OLE color: 15617214.

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

Color convert

RGB 190 76 238 -
CMYK 0.20 0.68 0 0.07
HSL 282.22º 0.83% 0.62% -
HSV(B) 282.22º 0.68% 0.93% -
XYZ 39.25 22.29 83.12 -
YUV 128.55 189.77 171.83 -
System Red Green Blue C M Y K H S L
Decimal 190 76 238 0.20 0.68 0 0.07 282.22 0.83 0.62
Hex BE 4C EE 14 44 0 7 11A 53 3E
Octal 276 114 356 24 104 0 7 432 123 76
Binary 10111110 1001100 11101110 10100 1000100 0 111 100011010 1010011 111110

Color Harmonies of #BE4CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4CEE

Black with #BE4CEE

Text Example


Text Example

White with #BE4CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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