Html Css Color HEX #BE3FFA Medium Orchid

📋 copy color: '#BE3FFA'

red 190 ◦ green 63 ◦ blue 250

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

Shades of Medium Orchid #BE3FFA

Tints of Medium Orchid #BE3FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 12.52%

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

R = 37.77%
G = 12.52%
B = 49.7%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE3FFA (or 0xBE3FFA) is known color: Medium Orchid. HEX triplet: BE, 3F and FA. RGB value is (190,63,250). Sum of RGB (Red+Green+Blue) = 190+63+250=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 63 (25% from 255 or 12.52% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE3FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3FFA is #41C005. Grayscale: #797979. Windows color (decimal): -4308998 or 16400318. OLE color: 16400318.

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

Color convert

RGB 190 63 250 -
CMYK 0.24 0.75 0 0.02
HSL 280.75º 0.95% 0.61% -
HSV(B) 280.75º 0.75% 0.98% -
XYZ 40.27 21.4 92.45 -
YUV 122.29 200.08 176.29 -
System Red Green Blue C M Y K H S L
Decimal 190 63 250 0.24 0.75 0 0.02 280.75 0.95 0.61
Hex BE 3F FA 18 4B 0 2 119 5F 3D
Octal 276 77 372 30 113 0 2 431 137 75
Binary 10111110 111111 11111010 11000 1001011 0 10 100011001 1011111 111101

Color Harmonies of #BE3FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3FFA

Black with #BE3FFA

Text Example


Text Example

White with #BE3FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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