Html Css Color HEX #BC54FD Medium Orchid

📋 copy color: '#BC54FD'

red 188 ◦ green 84 ◦ blue 253

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

Shades of Medium Orchid #BC54FD

Tints of Medium Orchid #BC54FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.19%

R = 35.81%
G = 16%
B = 48.19%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC54FD (or 0xBC54FD) is known color: Medium Orchid. HEX triplet: BC, 54 and FD. RGB value is (188,84,253). Sum of RGB (Red+Green+Blue) = 188+84+253=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 84 (33.20% from 255 or 16% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC54FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC54FD is #43AB02. Grayscale: #858585. Windows color (decimal): -4434691 or 16602300. OLE color: 16602300.

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

Color convert

RGB 188 84 253 -
CMYK 0.26 0.67 0 0.01
HSL 276.92º 0.98% 0.66% -
HSV(B) 276.92º 0.67% 0.99% -
XYZ 41.64 24.12 95.39 -
YUV 134.36 194.96 166.26 -
System Red Green Blue C M Y K H S L
Decimal 188 84 253 0.26 0.67 0 0.01 276.92 0.98 0.66
Hex BC 54 FD 1A 43 0 1 115 62 42
Octal 274 124 375 32 103 0 1 425 142 102
Binary 10111100 1010100 11111101 11010 1000011 0 1 100010101 1100010 1000010

Color Harmonies of #BC54FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC54FD

Black with #BC54FD

Text Example


Text Example

White with #BC54FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC54FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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