Html Css Color HEX #BC48ED Medium Orchid

📋 copy color: '#BC48ED'

red 188 ◦ green 72 ◦ blue 237

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

Shades of Medium Orchid #BC48ED

Tints of Medium Orchid #BC48ED

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.49%

 BLUE value IS 237 (92.97% from 255) = 47.69%

R = 37.83%
G = 14.49%
B = 47.69%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC48ED (or 0xBC48ED) is known color: Medium Orchid. HEX triplet: BC, 48 and ED. RGB value is (188,72,237). Sum of RGB (Red+Green+Blue) = 188+72+237=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 72 (28.52% from 255 or 14.49% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC48ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC48ED is #43B712. Grayscale: #7C7C7C. Windows color (decimal): -4437779 or 15550652. OLE color: 15550652.

HSL color Cylindrical-coordinate representation of color #BC48ED: hue angle of 282.18º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC48ED is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 72 237 -
CMYK 0.21 0.70 0 0.07
HSL 282.18º 0.82% 0.61% -
HSV(B) 282.18º 0.7% 0.93% -
XYZ 38.34 21.44 82.24 -
YUV 125.49 190.93 172.58 -
System Red Green Blue C M Y K H S L
Decimal 188 72 237 0.21 0.70 0 0.07 282.18 0.82 0.61
Hex BC 48 ED 15 46 0 7 11A 52 3D
Octal 274 110 355 25 106 0 7 432 122 75
Binary 10111100 1001000 11101101 10101 1000110 0 111 100011010 1010010 111101

Color Harmonies of #BC48ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC48ED

Black with #BC48ED

Text Example


Text Example

White with #BC48ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC48ED; }

 p { color: rgb(188,72,237); }

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

background-color css

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

 a { background-color: rgb(188,72,237); }

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

border-color css

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

 span { border-color: rgb(188,72,237); }

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