Html Css Color HEX #BD32EF Medium Orchid

📋 copy color: '#BD32EF'

red 189 ◦ green 50 ◦ blue 239

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

Shades of Medium Orchid #BD32EF

Tints of Medium Orchid #BD32EF

RGB

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

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

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

R = 39.54%
G = 10.46%
B = 50%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD32EF (or 0xBD32EF) is known color: Medium Orchid. HEX triplet: BD, 32 and EF. RGB value is (189,50,239). Sum of RGB (Red+Green+Blue) = 189+50+239=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 50 (19.92% from 255 or 10.46% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD32EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD32EF is #42CD10. Grayscale: #707070. Windows color (decimal): -4377873 or 15676093. OLE color: 15676093.

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

Color convert

RGB 189 50 239 -
CMYK 0.21 0.79 0 0.06
HSL 284.13º 0.86% 0.57% -
HSV(B) 284.13º 0.79% 0.94% -
XYZ 37.71 19.33 83.41 -
YUV 113.11 199.05 182.13 -
System Red Green Blue C M Y K H S L
Decimal 189 50 239 0.21 0.79 0 0.06 284.13 0.86 0.57
Hex BD 32 EF 15 4F 0 6 11C 56 39
Octal 275 62 357 25 117 0 6 434 126 71
Binary 10111101 110010 11101111 10101 1001111 0 110 100011100 1010110 111001

Color Harmonies of #BD32EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD32EF

Black with #BD32EF

Text Example


Text Example

White with #BD32EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD32EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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