Html Css Color HEX #BD36E8 Medium Orchid

📋 copy color: '#BD36E8'

red 189 ◦ green 54 ◦ blue 232

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

Shades of Medium Orchid #BD36E8

Tints of Medium Orchid #BD36E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.84%

R = 39.79%
G = 11.37%
B = 48.84%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD36E8 (or 0xBD36E8) is known color: Medium Orchid. HEX triplet: BD, 36 and E8. RGB value is (189,54,232). Sum of RGB (Red+Green+Blue) = 189+54+232=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 54 (21.48% from 255 or 11.37% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD36E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD36E8 is #42C917. Grayscale: #727272. Windows color (decimal): -4376856 or 15218365. OLE color: 15218365.

HSL color Cylindrical-coordinate representation of color #BD36E8: hue angle of 285.51º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD36E8 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 54 232 -
CMYK 0.19 0.77 0 0.09
HSL 285.51º 0.79% 0.56% -
HSV(B) 285.51º 0.77% 0.91% -
XYZ 36.87 19.28 78.12 -
YUV 114.66 194.23 181.03 -
System Red Green Blue C M Y K H S L
Decimal 189 54 232 0.19 0.77 0 0.09 285.51 0.79 0.56
Hex BD 36 E8 13 4D 0 9 11E 4F 38
Octal 275 66 350 23 115 0 11 436 117 70
Binary 10111101 110110 11101000 10011 1001101 0 1001 100011110 1001111 111000

Color Harmonies of #BD36E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD36E8

Black with #BD36E8

Text Example


Text Example

White with #BD36E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD36E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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