Html Css Color HEX #BC53CB Medium Orchid

📋 copy color: '#BC53CB'

red 188 ◦ green 83 ◦ blue 203

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

Shades of Medium Orchid #BC53CB

Tints of Medium Orchid #BC53CB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.51%

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

R = 39.66%
G = 17.51%
B = 42.83%

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

#BC53CB (or 0xBC53CB) is known color: Medium Orchid. HEX triplet: BC, 53 and CB. RGB value is (188,83,203). Sum of RGB (Red+Green+Blue) = 188+83+203=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC53CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC53CB is #43AC34. Grayscale: #7F7F7F. Windows color (decimal): -4434997 or 13325244. OLE color: 13325244.

HSL color Cylindrical-coordinate representation of color #BC53CB: hue angle of 292.5º degrees, saturation: 0.54, 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 #BC53CB is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 83 203 -
CMYK 0.07 0.59 0 0.20
HSL 292.5º 0.54% 0.56% -
HSV(B) 292.5º 0.59% 0.8% -
XYZ 34.61 21.19 58.77 -
YUV 128.08 170.29 170.74 -
System Red Green Blue C M Y K H S L
Decimal 188 83 203 0.07 0.59 0 0.20 292.5 0.54 0.56
Hex BC 53 CB 7 3B 0 14 124 36 38
Octal 274 123 313 7 73 0 24 444 66 70
Binary 10111100 1010011 11001011 111 111011 0 10100 100100100 110110 111000

Color Harmonies of #BC53CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC53CB

Black with #BC53CB

Text Example


Text Example

White with #BC53CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC53CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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