Html Css Color HEX #BE44FA Medium Orchid

📋 copy color: '#BE44FA'

red 190 ◦ green 68 ◦ blue 250

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

Shades of Medium Orchid #BE44FA

Tints of Medium Orchid #BE44FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.21%

R = 37.4%
G = 13.39%
B = 49.21%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE44FA (or 0xBE44FA) is known color: Medium Orchid. HEX triplet: BE, 44 and FA. RGB value is (190,68,250). Sum of RGB (Red+Green+Blue) = 190+68+250=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 68 (26.95% from 255 or 13.39% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE44FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE44FA is #41BB05. Grayscale: #7C7C7C. Windows color (decimal): -4307718 or 16401598. OLE color: 16401598.

HSL color Cylindrical-coordinate representation of color #BE44FA: hue angle of 280.22º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE44FA is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 68 250 -
CMYK 0.24 0.73 0 0.02
HSL 280.22º 0.95% 0.62% -
HSV(B) 280.22º 0.73% 0.98% -
XYZ 40.56 21.98 92.55 -
YUV 125.23 198.42 174.2 -
System Red Green Blue C M Y K H S L
Decimal 190 68 250 0.24 0.73 0 0.02 280.22 0.95 0.62
Hex BE 44 FA 18 49 0 2 118 5F 3E
Octal 276 104 372 30 111 0 2 430 137 76
Binary 10111110 1000100 11111010 11000 1001001 0 10 100011000 1011111 111110

Color Harmonies of #BE44FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE44FA

Black with #BE44FA

Text Example


Text Example

White with #BE44FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE44FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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