Html Css Color HEX #BC58FB Medium Orchid

📋 copy color: '#BC58FB'

red 188 ◦ green 88 ◦ blue 251

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

Shades of Medium Orchid #BC58FB

Tints of Medium Orchid #BC58FB

RGB

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

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

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

R = 35.67%
G = 16.7%
B = 47.63%

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

#BC58FB (or 0xBC58FB) is known color: Medium Orchid. HEX triplet: BC, 58 and FB. RGB value is (188,88,251). Sum of RGB (Red+Green+Blue) = 188+88+251=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 88 (34.77% from 255 or 16.70% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC58FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC58FB is #43A704. Grayscale: #878787. Windows color (decimal): -4433669 or 16472252. OLE color: 16472252.

HSL color Cylindrical-coordinate representation of color #BC58FB: hue angle of 276.81º degrees, saturation: 0.95, 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 #BC58FB is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 88 251 -
CMYK 0.25 0.65 0 0.02
HSL 276.81º 0.95% 0.66% -
HSV(B) 276.81º 0.65% 0.98% -
XYZ 41.64 24.64 93.83 -
YUV 136.48 192.63 164.75 -
System Red Green Blue C M Y K H S L
Decimal 188 88 251 0.25 0.65 0 0.02 276.81 0.95 0.66
Hex BC 58 FB 19 41 0 2 115 5F 42
Octal 274 130 373 31 101 0 2 425 137 102
Binary 10111100 1011000 11111011 11001 1000001 0 10 100010101 1011111 1000010

Color Harmonies of #BC58FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC58FB

Black with #BC58FB

Text Example


Text Example

White with #BC58FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC58FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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