Html Css Color HEX #BE38FE Medium Orchid

📋 copy color: '#BE38FE'

red 190 ◦ green 56 ◦ blue 254

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

Shades of Medium Orchid #BE38FE

Tints of Medium Orchid #BE38FE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.2%

 BLUE value IS 254 (99.61% from 255) = 50.8%

R = 38%
G = 11.2%
B = 50.8%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE38FE (or 0xBE38FE) is known color: Medium Orchid. HEX triplet: BE, 38 and FE. RGB value is (190,56,254). Sum of RGB (Red+Green+Blue) = 190+56+254=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 56 (22.27% from 255 or 11.2% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE38FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE38FE is #41C701. Grayscale: #757575. Windows color (decimal): -4310786 or 16660670. OLE color: 16660670.

HSL color Cylindrical-coordinate representation of color #BE38FE: hue angle of 280.61º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE38FE is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 56 254 -
CMYK 0.25 0.78 0 0.00
HSL 280.61º 0.99% 0.61% -
HSV(B) 280.61º 0.78% 1% -
XYZ 40.54 20.93 95.67 -
YUV 118.64 204.39 178.9 -
System Red Green Blue C M Y K H S L
Decimal 190 56 254 0.25 0.78 0 0.00 280.61 0.99 0.61
Hex BE 38 FE 19 4E 0 0 119 63 3D
Octal 276 70 376 31 116 0 0 431 143 75
Binary 10111110 111000 11111110 11001 1001110 0 0 100011001 1100011 111101

Color Harmonies of #BE38FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE38FE

Black with #BE38FE

Text Example


Text Example

White with #BE38FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE38FE; }

 p { color: rgb(190,56,254); }

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

background-color css

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

 a { background-color: rgb(190,56,254); }

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

border-color css

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

 span { border-color: rgb(190,56,254); }

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