Html Css Color HEX #BE58FC Medium Orchid

📋 copy color: '#BE58FC'

red 190 ◦ green 88 ◦ blue 252

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

Shades of Medium Orchid #BE58FC

Tints of Medium Orchid #BE58FC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.6%

 BLUE value IS 252 (98.83% from 255) = 47.55%

R = 35.85%
G = 16.6%
B = 47.55%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE58FC (or 0xBE58FC) is known color: Medium Orchid. HEX triplet: BE, 58 and FC. RGB value is (190,88,252). Sum of RGB (Red+Green+Blue) = 190+88+252=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 88 (34.77% from 255 or 16.60% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE58FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE58FC is #41A703. Grayscale: #888888. Windows color (decimal): -4302596 or 16537790. OLE color: 16537790.

HSL color Cylindrical-coordinate representation of color #BE58FC: hue angle of 277.32º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE58FC is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 88 252 -
CMYK 0.25 0.65 0 0.01
HSL 277.32º 0.96% 0.67% -
HSV(B) 277.32º 0.65% 0.99% -
XYZ 42.3 24.95 94.68 -
YUV 137.19 192.79 165.66 -
System Red Green Blue C M Y K H S L
Decimal 190 88 252 0.25 0.65 0 0.01 277.32 0.96 0.67
Hex BE 58 FC 19 41 0 1 115 60 43
Octal 276 130 374 31 101 0 1 425 140 103
Binary 10111110 1011000 11111100 11001 1000001 0 1 100010101 1100000 1000011

Color Harmonies of #BE58FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE58FC

Black with #BE58FC

Text Example


Text Example

White with #BE58FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE58FC; }

 p { color: rgb(190,88,252); }

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

background-color css

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

 a { background-color: rgb(190,88,252); }

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

border-color css

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

 span { border-color: rgb(190,88,252); }

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