Html Css Color HEX #BC52F8 Medium Orchid

📋 copy color: '#BC52F8'

red 188 ◦ green 82 ◦ blue 248

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

Shades of Medium Orchid #BC52F8

Tints of Medium Orchid #BC52F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.88%

R = 36.29%
G = 15.83%
B = 47.88%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BC52F8 (or 0xBC52F8) is known color: Medium Orchid. HEX triplet: BC, 52 and F8. RGB value is (188,82,248). Sum of RGB (Red+Green+Blue) = 188+82+248=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 82 (32.42% from 255 or 15.83% from 518); Blue value is 248 (97.27% from 255 or 47.88% from 518); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC52F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC52F8 is #43AD07. Grayscale: #848484. Windows color (decimal): -4435208 or 16274108. OLE color: 16274108.

HSL color Cylindrical-coordinate representation of color #BC52F8: hue angle of 278.31º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC52F8 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 82 248 -
CMYK 0.24 0.67 0 0.03
HSL 278.31º 0.92% 0.65% -
HSV(B) 278.31º 0.67% 0.97% -
XYZ 40.7 23.5 91.2 -
YUV 132.62 193.12 167.5 -
System Red Green Blue C M Y K H S L
Decimal 188 82 248 0.24 0.67 0 0.03 278.31 0.92 0.65
Hex BC 52 F8 18 43 0 3 116 5C 41
Octal 274 122 370 30 103 0 3 426 134 101
Binary 10111100 1010010 11111000 11000 1000011 0 11 100010110 1011100 1000001

Color Harmonies of #BC52F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC52F8

Black with #BC52F8

Text Example


Text Example

White with #BC52F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC52F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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