Html Css Color HEX #BE3FE0 Medium Orchid

📋 copy color: '#BE3FE0'

red 190 ◦ green 63 ◦ blue 224

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

Shades of Medium Orchid #BE3FE0

Tints of Medium Orchid #BE3FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.96%

R = 39.83%
G = 13.21%
B = 46.96%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE3FE0 (or 0xBE3FE0) is known color: Medium Orchid. HEX triplet: BE, 3F and E0. RGB value is (190,63,224). Sum of RGB (Red+Green+Blue) = 190+63+224=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE3FE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3FE0 is #41C01F. Grayscale: #767676. Windows color (decimal): -4309024 or 14696382. OLE color: 14696382.

HSL color Cylindrical-coordinate representation of color #BE3FE0: hue angle of 287.33º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE3FE0 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 63 224 -
CMYK 0.15 0.72 0 0.12
HSL 287.33º 0.72% 0.56% -
HSV(B) 287.33º 0.72% 0.88% -
XYZ 36.47 19.88 72.44 -
YUV 119.33 187.08 178.41 -
System Red Green Blue C M Y K H S L
Decimal 190 63 224 0.15 0.72 0 0.12 287.33 0.72 0.56
Hex BE 3F E0 F 48 0 C 11F 48 38
Octal 276 77 340 17 110 0 14 437 110 70
Binary 10111110 111111 11100000 1111 1001000 0 1100 100011111 1001000 111000

Color Harmonies of #BE3FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3FE0

Black with #BE3FE0

Text Example


Text Example

White with #BE3FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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