Html Css Color HEX #BE3AFF Medium Orchid

📋 copy color: '#BE3AFF'

red 190 ◦ green 58 ◦ blue 255

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

Shades of Medium Orchid #BE3AFF

Tints of Medium Orchid #BE3AFF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.53%

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

R = 37.77%
G = 11.53%
B = 50.7%

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

#BE3AFF (or 0xBE3AFF) is known color: Medium Orchid. HEX triplet: BE, 3A and FF. RGB value is (190,58,255). Sum of RGB (Red+Green+Blue) = 190+58+255=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 58 (23.05% from 255 or 11.53% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE3AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3AFF is #41C500. Grayscale: #777777. Windows color (decimal): -4310273 or 16726718. OLE color: 16726718.

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

Color convert

RGB 190 58 255 -
CMYK 0.25 0.77 0 0
HSL 280.2º 1% 0.61% -
HSV(B) 280.2º 0.77% 1% -
XYZ 40.8 21.19 96.55 -
YUV 119.93 204.23 177.98 -
System Red Green Blue C M Y K H S L
Decimal 190 58 255 0.25 0.77 0 0 280.2 1 0.61
Hex BE 3A FF 19 4D 0 0 118 64 3D
Octal 276 72 377 31 115 0 0 430 144 75
Binary 10111110 111010 11111111 11001 1001101 0 0 100011000 1100100 111101

Color Harmonies of #BE3AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3AFF

Black with #BE3AFF

Text Example


Text Example

White with #BE3AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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