Html Css Color HEX #BE44FB Medium Orchid

📋 copy color: '#BE44FB'

red 190 ◦ green 68 ◦ blue 251

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

Shades of Medium Orchid #BE44FB

Tints of Medium Orchid #BE44FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.31%

R = 37.33%
G = 13.36%
B = 49.31%

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

#BE44FB (or 0xBE44FB) is known color: Medium Orchid. HEX triplet: BE, 44 and FB. RGB value is (190,68,251). Sum of RGB (Red+Green+Blue) = 190+68+251=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 68 (26.95% from 255 or 13.36% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE44FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE44FB is #41BB04. Grayscale: #7C7C7C. Windows color (decimal): -4307717 or 16467134. OLE color: 16467134.

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

Color convert

RGB 190 68 251 -
CMYK 0.24 0.73 0 0.02
HSL 280º 0.96% 0.63% -
HSV(B) 280º 0.73% 0.98% -
XYZ 40.71 22.05 93.38 -
YUV 125.34 198.92 174.12 -
System Red Green Blue C M Y K H S L
Decimal 190 68 251 0.24 0.73 0 0.02 280 0.96 0.63
Hex BE 44 FB 18 49 0 2 118 60 3F
Octal 276 104 373 30 111 0 2 430 140 77
Binary 10111110 1000100 11111011 11000 1001001 0 10 100011000 1100000 111111

Color Harmonies of #BE44FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE44FB

Black with #BE44FB

Text Example


Text Example

White with #BE44FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE44FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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