Html Css Color HEX #BE3BFF Medium Orchid

📋 copy color: '#BE3BFF'

red 190 ◦ green 59 ◦ blue 255

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

Shades of Medium Orchid #BE3BFF

Tints of Medium Orchid #BE3BFF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.71%

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

R = 37.7%
G = 11.71%
B = 50.6%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE3BFF (or 0xBE3BFF) is known color: Medium Orchid. HEX triplet: BE, 3B and FF. RGB value is (190,59,255). Sum of RGB (Red+Green+Blue) = 190+59+255=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 59 (23.44% from 255 or 11.71% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE3BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3BFF is #41C400. Grayscale: #777777. Windows color (decimal): -4310017 or 16726974. OLE color: 16726974.

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

Color convert

RGB 190 59 255 -
CMYK 0.25 0.77 0 0
HSL 280.1º 1% 0.62% -
HSV(B) 280.1º 0.77% 1% -
XYZ 40.85 21.3 96.57 -
YUV 120.51 203.9 177.56 -
System Red Green Blue C M Y K H S L
Decimal 190 59 255 0.25 0.77 0 0 280.1 1 0.62
Hex BE 3B FF 19 4D 0 0 118 64 3E
Octal 276 73 377 31 115 0 0 430 144 76
Binary 10111110 111011 11111111 11001 1001101 0 0 100011000 1100100 111110

Color Harmonies of #BE3BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3BFF

Black with #BE3BFF

Text Example


Text Example

White with #BE3BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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