Html Css Color HEX #BC52D6 Medium Orchid

📋 copy color: '#BC52D6'

red 188 ◦ green 82 ◦ blue 214

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

Shades of Medium Orchid #BC52D6

Tints of Medium Orchid #BC52D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.21%

R = 38.84%
G = 16.94%
B = 44.21%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC52D6 (or 0xBC52D6) is known color: Medium Orchid. HEX triplet: BC, 52 and D6. RGB value is (188,82,214). Sum of RGB (Red+Green+Blue) = 188+82+214=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC52D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC52D6 is #43AD29. Grayscale: #808080. Windows color (decimal): -4435242 or 14045884. OLE color: 14045884.

HSL color Cylindrical-coordinate representation of color #BC52D6: hue angle of 288.18º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC52D6 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 82 214 -
CMYK 0.12 0.62 0 0.16
HSL 288.18º 0.62% 0.58% -
HSV(B) 288.18º 0.62% 0.84% -
XYZ 35.89 21.58 65.89 -
YUV 128.74 176.12 170.27 -
System Red Green Blue C M Y K H S L
Decimal 188 82 214 0.12 0.62 0 0.16 288.18 0.62 0.58
Hex BC 52 D6 C 3E 0 10 120 3E 3A
Octal 274 122 326 14 76 0 20 440 76 72
Binary 10111100 1010010 11010110 1100 111110 0 10000 100100000 111110 111010

Color Harmonies of #BC52D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC52D6

Black with #BC52D6

Text Example


Text Example

White with #BC52D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC52D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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