Html Css Color HEX #BC58FA Medium Orchid

📋 copy color: '#BC58FA'

red 188 ◦ green 88 ◦ blue 250

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

Shades of Medium Orchid #BC58FA

Tints of Medium Orchid #BC58FA

RGB

 RED value IS 188 (73.83% from 255) = 35.74%

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

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

R = 35.74%
G = 16.73%
B = 47.53%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC58FA (or 0xBC58FA) is known color: Medium Orchid. HEX triplet: BC, 58 and FA. RGB value is (188,88,250). Sum of RGB (Red+Green+Blue) = 188+88+250=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 88 (34.77% from 255 or 16.73% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC58FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC58FA is #43A705. Grayscale: #878787. Windows color (decimal): -4433670 or 16406716. OLE color: 16406716.

HSL color Cylindrical-coordinate representation of color #BC58FA: hue angle of 277.04º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC58FA is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 88 250 -
CMYK 0.25 0.65 0 0.02
HSL 277.04º 0.94% 0.66% -
HSV(B) 277.04º 0.65% 0.98% -
XYZ 41.48 24.57 93 -
YUV 136.37 192.13 164.83 -
System Red Green Blue C M Y K H S L
Decimal 188 88 250 0.25 0.65 0 0.02 277.04 0.94 0.66
Hex BC 58 FA 19 41 0 2 115 5E 42
Octal 274 130 372 31 101 0 2 425 136 102
Binary 10111100 1011000 11111010 11001 1000001 0 10 100010101 1011110 1000010

Color Harmonies of #BC58FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC58FA

Black with #BC58FA

Text Example


Text Example

White with #BC58FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC58FA; }

 p { color: rgb(188,88,250); }

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

background-color css

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

 a { background-color: rgb(188,88,250); }

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

border-color css

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

 span { border-color: rgb(188,88,250); }

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