Html Css Color HEX #BE44FD Medium Orchid

📋 copy color: '#BE44FD'

red 190 ◦ green 68 ◦ blue 253

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

Shades of Medium Orchid #BE44FD

Tints of Medium Orchid #BE44FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.51%

R = 37.18%
G = 13.31%
B = 49.51%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE44FD (or 0xBE44FD) is known color: Medium Orchid. HEX triplet: BE, 44 and FD. RGB value is (190,68,253). Sum of RGB (Red+Green+Blue) = 190+68+253=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 68 (26.95% from 255 or 13.31% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE44FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE44FD is #41BB02. Grayscale: #7C7C7C. Windows color (decimal): -4307715 or 16598206. OLE color: 16598206.

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

Color convert

RGB 190 68 253 -
CMYK 0.25 0.73 0 0.01
HSL 279.57º 0.98% 0.63% -
HSV(B) 279.57º 0.73% 0.99% -
XYZ 41.03 22.17 95.05 -
YUV 125.57 199.92 173.96 -
System Red Green Blue C M Y K H S L
Decimal 190 68 253 0.25 0.73 0 0.01 279.57 0.98 0.63
Hex BE 44 FD 19 49 0 1 118 62 3F
Octal 276 104 375 31 111 0 1 430 142 77
Binary 10111110 1000100 11111101 11001 1001001 0 1 100011000 1100010 111111

Color Harmonies of #BE44FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE44FD

Black with #BE44FD

Text Example


Text Example

White with #BE44FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE44FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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