Html Css Color HEX #BC36DA Medium Orchid

📋 copy color: '#BC36DA'

red 188 ◦ green 54 ◦ blue 218

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

Shades of Medium Orchid #BC36DA

Tints of Medium Orchid #BC36DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.39%

R = 40.87%
G = 11.74%
B = 47.39%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC36DA (or 0xBC36DA) is known color: Medium Orchid. HEX triplet: BC, 36 and DA. RGB value is (188,54,218). Sum of RGB (Red+Green+Blue) = 188+54+218=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC36DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC36DA is #43C925. Grayscale: #707070. Windows color (decimal): -4442406 or 14300860. OLE color: 14300860.

HSL color Cylindrical-coordinate representation of color #BC36DA: hue angle of 289.02º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC36DA is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 54 218 -
CMYK 0.14 0.75 0 0.15
HSL 289.02º 0.69% 0.53% -
HSV(B) 289.02º 0.75% 0.85% -
XYZ 34.71 18.39 68.05 -
YUV 112.76 187.39 181.66 -
System Red Green Blue C M Y K H S L
Decimal 188 54 218 0.14 0.75 0 0.15 289.02 0.69 0.53
Hex BC 36 DA E 4B 0 F 121 45 35
Octal 274 66 332 16 113 0 17 441 105 65
Binary 10111100 110110 11011010 1110 1001011 0 1111 100100001 1000101 110101

Color Harmonies of #BC36DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC36DA

Black with #BC36DA

Text Example


Text Example

White with #BC36DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC36DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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