Html Css Color HEX #BC52CB Medium Orchid

📋 copy color: '#BC52CB'

red 188 ◦ green 82 ◦ blue 203

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

Shades of Medium Orchid #BC52CB

Tints of Medium Orchid #BC52CB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.34%

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

R = 39.75%
G = 17.34%
B = 42.92%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC52CB (or 0xBC52CB) is known color: Medium Orchid. HEX triplet: BC, 52 and CB. RGB value is (188,82,203). Sum of RGB (Red+Green+Blue) = 188+82+203=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC52CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC52CB is #43AD34. Grayscale: #7F7F7F. Windows color (decimal): -4435253 or 13324988. OLE color: 13324988.

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

Color convert

RGB 188 82 203 -
CMYK 0.07 0.60 0 0.20
HSL 292.56º 0.54% 0.56% -
HSV(B) 292.56º 0.6% 0.8% -
XYZ 34.54 21.04 58.74 -
YUV 127.49 170.62 171.16 -
System Red Green Blue C M Y K H S L
Decimal 188 82 203 0.07 0.60 0 0.20 292.56 0.54 0.56
Hex BC 52 CB 7 3C 0 14 125 36 38
Octal 274 122 313 7 74 0 24 445 66 70
Binary 10111100 1010010 11001011 111 111100 0 10100 100100101 110110 111000

Color Harmonies of #BC52CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC52CB

Black with #BC52CB

Text Example


Text Example

White with #BC52CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC52CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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