Html Css Color HEX #BE3FFB Medium Orchid

📋 copy color: '#BE3FFB'

red 190 ◦ green 63 ◦ blue 251

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

Shades of Medium Orchid #BE3FFB

Tints of Medium Orchid #BE3FFB

RGB

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

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

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

R = 37.7%
G = 12.5%
B = 49.8%

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

#BE3FFB (or 0xBE3FFB) is known color: Medium Orchid. HEX triplet: BE, 3F and FB. RGB value is (190,63,251). Sum of RGB (Red+Green+Blue) = 190+63+251=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 63 (25% from 255 or 12.5% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE3FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3FFB is #41C004. Grayscale: #797979. Windows color (decimal): -4308997 or 16465854. OLE color: 16465854.

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

Color convert

RGB 190 63 251 -
CMYK 0.24 0.75 0 0.02
HSL 280.53º 0.96% 0.62% -
HSV(B) 280.53º 0.75% 0.98% -
XYZ 40.43 21.47 93.28 -
YUV 122.41 200.58 176.21 -
System Red Green Blue C M Y K H S L
Decimal 190 63 251 0.24 0.75 0 0.02 280.53 0.96 0.62
Hex BE 3F FB 18 4B 0 2 119 60 3E
Octal 276 77 373 30 113 0 2 431 140 76
Binary 10111110 111111 11111011 11000 1001011 0 10 100011001 1100000 111110

Color Harmonies of #BE3FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3FFB

Black with #BE3FFB

Text Example


Text Example

White with #BE3FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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