Html Css Color HEX #BC51FF Medium Orchid

📋 copy color: '#BC51FF'

red 188 ◦ green 81 ◦ blue 255

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

Shades of Medium Orchid #BC51FF

Tints of Medium Orchid #BC51FF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.46%

 BLUE value IS 255 (100% from 255) = 48.66%

R = 35.88%
G = 15.46%
B = 48.66%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC51FF (or 0xBC51FF) is known color: Medium Orchid. HEX triplet: BC, 51 and FF. RGB value is (188,81,255). Sum of RGB (Red+Green+Blue) = 188+81+255=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 81 (32.03% from 255 or 15.46% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC51FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC51FF is #43AE00. Grayscale: #848484. Windows color (decimal): -4435457 or 16732604. OLE color: 16732604.

HSL color Cylindrical-coordinate representation of color #BC51FF: hue angle of 276.9º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC51FF is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 81 255 -
CMYK 0.26 0.68 0 0
HSL 276.9º 1% 0.66% -
HSV(B) 276.9º 0.68% 1% -
XYZ 41.73 23.8 97 -
YUV 132.83 196.95 167.35 -
System Red Green Blue C M Y K H S L
Decimal 188 81 255 0.26 0.68 0 0 276.9 1 0.66
Hex BC 51 FF 1A 44 0 0 115 64 42
Octal 274 121 377 32 104 0 0 425 144 102
Binary 10111100 1010001 11111111 11010 1000100 0 0 100010101 1100100 1000010

Color Harmonies of #BC51FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC51FF

Black with #BC51FF

Text Example


Text Example

White with #BC51FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC51FF; }

 p { color: rgb(188,81,255); }

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

background-color css

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

 a { background-color: rgb(188,81,255); }

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

border-color css

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

 span { border-color: rgb(188,81,255); }

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