Html Css Color HEX #BC52CA Medium Orchid

📋 copy color: '#BC52CA'

red 188 ◦ green 82 ◦ blue 202

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

Shades of Medium Orchid #BC52CA

Tints of Medium Orchid #BC52CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.8%

R = 39.83%
G = 17.37%
B = 42.8%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC52CA (or 0xBC52CA) is known color: Medium Orchid. HEX triplet: BC, 52 and CA. RGB value is (188,82,202). Sum of RGB (Red+Green+Blue) = 188+82+202=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC52CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC52CA is #43AD35. Grayscale: #7F7F7F. Windows color (decimal): -4435254 or 13259452. OLE color: 13259452.

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

Color convert

RGB 188 82 202 -
CMYK 0.07 0.59 0 0.21
HSL 293º 0.53% 0.56% -
HSV(B) 293º 0.59% 0.79% -
XYZ 34.42 20.99 58.11 -
YUV 127.37 170.12 171.24 -
System Red Green Blue C M Y K H S L
Decimal 188 82 202 0.07 0.59 0 0.21 293 0.53 0.56
Hex BC 52 CA 7 3B 0 15 125 35 38
Octal 274 122 312 7 73 0 25 445 65 70
Binary 10111100 1010010 11001010 111 111011 0 10101 100100101 110101 111000

Color Harmonies of #BC52CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC52CA

Black with #BC52CA

Text Example


Text Example

White with #BC52CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC52CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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