Html Css Color HEX #BD37EF Medium Orchid

📋 copy color: '#BD37EF'

red 189 ◦ green 55 ◦ blue 239

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

Shades of Medium Orchid #BD37EF

Tints of Medium Orchid #BD37EF

RGB

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

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

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

R = 39.13%
G = 11.39%
B = 49.48%

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

#BD37EF (or 0xBD37EF) is known color: Medium Orchid. HEX triplet: BD, 37 and EF. RGB value is (189,55,239). Sum of RGB (Red+Green+Blue) = 189+55+239=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 55 (21.88% from 255 or 11.39% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD37EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD37EF is #42C810. Grayscale: #737373. Windows color (decimal): -4376593 or 15677373. OLE color: 15677373.

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

Color convert

RGB 189 55 239 -
CMYK 0.21 0.77 0 0.06
HSL 283.7º 0.85% 0.58% -
HSV(B) 283.7º 0.77% 0.94% -
XYZ 37.93 19.78 83.48 -
YUV 116.04 197.39 180.04 -
System Red Green Blue C M Y K H S L
Decimal 189 55 239 0.21 0.77 0 0.06 283.7 0.85 0.58
Hex BD 37 EF 15 4D 0 6 11C 55 3A
Octal 275 67 357 25 115 0 6 434 125 72
Binary 10111101 110111 11101111 10101 1001101 0 110 100011100 1010101 111010

Color Harmonies of #BD37EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD37EF

Black with #BD37EF

Text Example


Text Example

White with #BD37EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD37EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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