Html Css Color HEX #BD36EF Medium Orchid

📋 copy color: '#BD36EF'

red 189 ◦ green 54 ◦ blue 239

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

Shades of Medium Orchid #BD36EF

Tints of Medium Orchid #BD36EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.59%

R = 39.21%
G = 11.2%
B = 49.59%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD36EF (or 0xBD36EF) is known color: Medium Orchid. HEX triplet: BD, 36 and EF. RGB value is (189,54,239). Sum of RGB (Red+Green+Blue) = 189+54+239=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 54 (21.48% from 255 or 11.20% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD36EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD36EF is #42C910. Grayscale: #727272. Windows color (decimal): -4376849 or 15677117. OLE color: 15677117.

HSL color Cylindrical-coordinate representation of color #BD36EF: hue angle of 283.78º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD36EF is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 54 239 -
CMYK 0.21 0.77 0 0.06
HSL 283.78º 0.85% 0.57% -
HSV(B) 283.78º 0.77% 0.94% -
XYZ 37.89 19.69 83.46 -
YUV 115.46 197.73 180.46 -
System Red Green Blue C M Y K H S L
Decimal 189 54 239 0.21 0.77 0 0.06 283.78 0.85 0.57
Hex BD 36 EF 15 4D 0 6 11C 55 39
Octal 275 66 357 25 115 0 6 434 125 71
Binary 10111101 110110 11101111 10101 1001101 0 110 100011100 1010101 111001

Color Harmonies of #BD36EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD36EF

Black with #BD36EF

Text Example


Text Example

White with #BD36EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD36EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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