Html Css Color HEX #BC54CB Medium Orchid

📋 copy color: '#BC54CB'

red 188 ◦ green 84 ◦ blue 203

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

Shades of Medium Orchid #BC54CB

Tints of Medium Orchid #BC54CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.74%

R = 39.58%
G = 17.68%
B = 42.74%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC54CB (or 0xBC54CB) is known color: Medium Orchid. HEX triplet: BC, 54 and CB. RGB value is (188,84,203). Sum of RGB (Red+Green+Blue) = 188+84+203=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC54CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54CB is #43AB34. Grayscale: #808080. Windows color (decimal): -4434741 or 13325500. OLE color: 13325500.

HSL color Cylindrical-coordinate representation of color #BC54CB: hue angle of 292.44º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC54CB is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 84 203 -
CMYK 0.07 0.59 0 0.20
HSL 292.44º 0.53% 0.56% -
HSV(B) 292.44º 0.59% 0.8% -
XYZ 34.69 21.34 58.79 -
YUV 128.66 169.96 170.32 -
System Red Green Blue C M Y K H S L
Decimal 188 84 203 0.07 0.59 0 0.20 292.44 0.53 0.56
Hex BC 54 CB 7 3B 0 14 124 35 38
Octal 274 124 313 7 73 0 24 444 65 70
Binary 10111100 1010100 11001011 111 111011 0 10100 100100100 110101 111000

Color Harmonies of #BC54CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC54CB

Black with #BC54CB

Text Example


Text Example

White with #BC54CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC54CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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