Html Css Color HEX #BD37DA Medium Orchid

📋 copy color: '#BD37DA'

red 189 ◦ green 55 ◦ blue 218

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

Shades of Medium Orchid #BD37DA

Tints of Medium Orchid #BD37DA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.9%

 BLUE value IS 218 (85.55% from 255) = 47.19%

R = 40.91%
G = 11.9%
B = 47.19%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD37DA (or 0xBD37DA) is known color: Medium Orchid. HEX triplet: BD, 37 and DA. RGB value is (189,55,218). Sum of RGB (Red+Green+Blue) = 189+55+218=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 55 (21.88% from 255 or 11.90% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD37DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD37DA is #42C825. Grayscale: #717171. Windows color (decimal): -4376614 or 14301117. OLE color: 14301117.

HSL color Cylindrical-coordinate representation of color #BD37DA: hue angle of 289.33º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD37DA is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 55 218 -
CMYK 0.13 0.75 0 0.15
HSL 289.33º 0.69% 0.54% -
HSV(B) 289.33º 0.75% 0.85% -
XYZ 35.01 18.61 68.08 -
YUV 113.65 186.89 181.75 -
System Red Green Blue C M Y K H S L
Decimal 189 55 218 0.13 0.75 0 0.15 289.33 0.69 0.54
Hex BD 37 DA D 4B 0 F 121 45 36
Octal 275 67 332 15 113 0 17 441 105 66
Binary 10111101 110111 11011010 1101 1001011 0 1111 100100001 1000101 110110

Color Harmonies of #BD37DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD37DA

Black with #BD37DA

Text Example


Text Example

White with #BD37DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD37DA; }

 p { color: rgb(189,55,218); }

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

background-color css

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

 a { background-color: rgb(189,55,218); }

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

border-color css

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

 span { border-color: rgb(189,55,218); }

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