Html Css Color HEX #BD36CE Medium Orchid

📋 copy color: '#BD36CE'

red 189 ◦ green 54 ◦ blue 206

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

Shades of Medium Orchid #BD36CE

Tints of Medium Orchid #BD36CE

RGB

 RED value IS 189 (74.22% from 255) = 42.09%

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

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 42.09%
G = 12.03%
B = 45.88%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD36CE (or 0xBD36CE) is known color: Medium Orchid. HEX triplet: BD, 36 and CE. RGB value is (189,54,206). Sum of RGB (Red+Green+Blue) = 189+54+206=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD36CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD36CE is #42C931. Grayscale: #6F6F6F. Windows color (decimal): -4376882 or 13514429. OLE color: 13514429.

HSL color Cylindrical-coordinate representation of color #BD36CE: hue angle of 293.29º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD36CE is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 54 206 -
CMYK 0.08 0.74 0 0.19
HSL 293.29º 0.61% 0.51% -
HSV(B) 293.29º 0.74% 0.81% -
XYZ 33.45 17.91 60.09 -
YUV 111.69 181.23 183.14 -
System Red Green Blue C M Y K H S L
Decimal 189 54 206 0.08 0.74 0 0.19 293.29 0.61 0.51
Hex BD 36 CE 8 4A 0 13 125 3D 33
Octal 275 66 316 10 112 0 23 445 75 63
Binary 10111101 110110 11001110 1000 1001010 0 10011 100100101 111101 110011

Color Harmonies of #BD36CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD36CE

Black with #BD36CE

Text Example


Text Example

White with #BD36CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD36CE; }

 p { color: rgb(189,54,206); }

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

background-color css

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

 a { background-color: rgb(189,54,206); }

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

border-color css

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

 span { border-color: rgb(189,54,206); }

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