Html Css Color HEX #BE44FC Medium Orchid

📋 copy color: '#BE44FC'

red 190 ◦ green 68 ◦ blue 252

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

Shades of Medium Orchid #BE44FC

Tints of Medium Orchid #BE44FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.41%

R = 37.25%
G = 13.33%
B = 49.41%

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

#BE44FC (or 0xBE44FC) is known color: Medium Orchid. HEX triplet: BE, 44 and FC. RGB value is (190,68,252). Sum of RGB (Red+Green+Blue) = 190+68+252=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 68 (26.95% from 255 or 13.33% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE44FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE44FC is #41BB03. Grayscale: #7C7C7C. Windows color (decimal): -4307716 or 16532670. OLE color: 16532670.

HSL color Cylindrical-coordinate representation of color #BE44FC: hue angle of 279.78º degrees, saturation: 0.97, 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 #BE44FC is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 68 252 -
CMYK 0.25 0.73 0 0.01
HSL 279.78º 0.97% 0.63% -
HSV(B) 279.78º 0.73% 0.99% -
XYZ 40.87 22.11 94.21 -
YUV 125.45 199.42 174.04 -
System Red Green Blue C M Y K H S L
Decimal 190 68 252 0.25 0.73 0 0.01 279.78 0.97 0.63
Hex BE 44 FC 19 49 0 1 118 61 3F
Octal 276 104 374 31 111 0 1 430 141 77
Binary 10111110 1000100 11111100 11001 1001001 0 1 100011000 1100001 111111

Color Harmonies of #BE44FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE44FC

Black with #BE44FC

Text Example


Text Example

White with #BE44FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE44FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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