Html Css Color HEX #BC54FF Medium Orchid

📋 copy color: '#BC54FF'

red 188 ◦ green 84 ◦ blue 255

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

Shades of Medium Orchid #BC54FF

Tints of Medium Orchid #BC54FF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.94%

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

R = 35.67%
G = 15.94%
B = 48.39%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC54FF (or 0xBC54FF) is known color: Medium Orchid. HEX triplet: BC, 54 and FF. RGB value is (188,84,255). Sum of RGB (Red+Green+Blue) = 188+84+255=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 84 (33.20% from 255 or 15.94% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC54FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC54FF is #43AB00. Grayscale: #868686. Windows color (decimal): -4434689 or 16733372. OLE color: 16733372.

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

Color convert

RGB 188 84 255 -
CMYK 0.26 0.67 0 0
HSL 276.49º 1% 0.66% -
HSV(B) 276.49º 0.67% 1% -
XYZ 41.96 24.25 97.08 -
YUV 134.59 195.96 166.1 -
System Red Green Blue C M Y K H S L
Decimal 188 84 255 0.26 0.67 0 0 276.49 1 0.66
Hex BC 54 FF 1A 43 0 0 114 64 42
Octal 274 124 377 32 103 0 0 424 144 102
Binary 10111100 1010100 11111111 11010 1000011 0 0 100010100 1100100 1000010

Color Harmonies of #BC54FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC54FF

Black with #BC54FF

Text Example


Text Example

White with #BC54FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC54FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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