Html Css Color HEX #BE44FF Medium Orchid

📋 copy color: '#BE44FF'

red 190 ◦ green 68 ◦ blue 255

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

Shades of Medium Orchid #BE44FF

Tints of Medium Orchid #BE44FF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.26%

 BLUE value IS 255 (100% from 255) = 49.71%

R = 37.04%
G = 13.26%
B = 49.71%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE44FF (or 0xBE44FF) is known color: Medium Orchid. HEX triplet: BE, 44 and FF. RGB value is (190,68,255). Sum of RGB (Red+Green+Blue) = 190+68+255=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 68 (26.95% from 255 or 13.26% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE44FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE44FF is #41BB00. Grayscale: #7D7D7D. Windows color (decimal): -4307713 or 16729278. OLE color: 16729278.

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

Color convert

RGB 190 68 255 -
CMYK 0.25 0.73 0 0
HSL 279.14º 1% 0.63% -
HSV(B) 279.14º 0.73% 1% -
XYZ 41.35 22.3 96.73 -
YUV 125.8 200.92 173.79 -
System Red Green Blue C M Y K H S L
Decimal 190 68 255 0.25 0.73 0 0 279.14 1 0.63
Hex BE 44 FF 19 49 0 0 117 64 3F
Octal 276 104 377 31 111 0 0 427 144 77
Binary 10111110 1000100 11111111 11001 1001001 0 0 100010111 1100100 111111

Color Harmonies of #BE44FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE44FF

Black with #BE44FF

Text Example


Text Example

White with #BE44FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE44FF; }

 p { color: rgb(190,68,255); }

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

background-color css

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

 a { background-color: rgb(190,68,255); }

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

border-color css

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

 span { border-color: rgb(190,68,255); }

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