Html Css Color HEX #BC36DE Medium Orchid

📋 copy color: '#BC36DE'

red 188 ◦ green 54 ◦ blue 222

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

Shades of Medium Orchid #BC36DE

Tints of Medium Orchid #BC36DE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.64%

 BLUE value IS 222 (87.11% from 255) = 47.84%

R = 40.52%
G = 11.64%
B = 47.84%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC36DE (or 0xBC36DE) is known color: Medium Orchid. HEX triplet: BC, 36 and DE. RGB value is (188,54,222). Sum of RGB (Red+Green+Blue) = 188+54+222=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC36DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC36DE is #43C921. Grayscale: #707070. Windows color (decimal): -4442402 or 14563004. OLE color: 14563004.

HSL color Cylindrical-coordinate representation of color #BC36DE: hue angle of 287.86º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC36DE is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 54 222 -
CMYK 0.15 0.76 0 0.13
HSL 287.86º 0.72% 0.54% -
HSV(B) 287.86º 0.76% 0.87% -
XYZ 35.24 18.6 70.84 -
YUV 113.22 189.39 181.34 -
System Red Green Blue C M Y K H S L
Decimal 188 54 222 0.15 0.76 0 0.13 287.86 0.72 0.54
Hex BC 36 DE F 4C 0 D 120 48 36
Octal 274 66 336 17 114 0 15 440 110 66
Binary 10111100 110110 11011110 1111 1001100 0 1101 100100000 1001000 110110

Color Harmonies of #BC36DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC36DE

Black with #BC36DE

Text Example


Text Example

White with #BC36DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC36DE; }

 p { color: rgb(188,54,222); }

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

background-color css

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

 a { background-color: rgb(188,54,222); }

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

border-color css

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

 span { border-color: rgb(188,54,222); }

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