Html Css Color HEX #BD32EC Medium Orchid

📋 copy color: '#BD32EC'

red 189 ◦ green 50 ◦ blue 236

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

Shades of Medium Orchid #BD32EC

Tints of Medium Orchid #BD32EC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.53%

 BLUE value IS 236 (92.58% from 255) = 49.68%

R = 39.79%
G = 10.53%
B = 49.68%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD32EC (or 0xBD32EC) is known color: Medium Orchid. HEX triplet: BD, 32 and EC. RGB value is (189,50,236). Sum of RGB (Red+Green+Blue) = 189+50+236=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 50 (19.92% from 255 or 10.53% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD32EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD32EC is #42CD13. Grayscale: #707070. Windows color (decimal): -4377876 or 15479485. OLE color: 15479485.

HSL color Cylindrical-coordinate representation of color #BD32EC: hue angle of 284.84º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD32EC is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 50 236 -
CMYK 0.20 0.79 0 0.07
HSL 284.84º 0.83% 0.56% -
HSV(B) 284.84º 0.79% 0.93% -
XYZ 37.27 19.16 81.09 -
YUV 112.77 197.55 182.38 -
System Red Green Blue C M Y K H S L
Decimal 189 50 236 0.20 0.79 0 0.07 284.84 0.83 0.56
Hex BD 32 EC 14 4F 0 7 11D 53 38
Octal 275 62 354 24 117 0 7 435 123 70
Binary 10111101 110010 11101100 10100 1001111 0 111 100011101 1010011 111000

Color Harmonies of #BD32EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD32EC

Black with #BD32EC

Text Example


Text Example

White with #BD32EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD32EC; }

 p { color: rgb(189,50,236); }

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

background-color css

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

 a { background-color: rgb(189,50,236); }

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

border-color css

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

 span { border-color: rgb(189,50,236); }

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