Html Css Color HEX #BD37CE Medium Orchid

📋 copy color: '#BD37CE'

red 189 ◦ green 55 ◦ blue 206

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

Shades of Medium Orchid #BD37CE

Tints of Medium Orchid #BD37CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 42%
G = 12.22%
B = 45.78%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD37CE (or 0xBD37CE) is known color: Medium Orchid. HEX triplet: BD, 37 and CE. RGB value is (189,55,206). Sum of RGB (Red+Green+Blue) = 189+55+206=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 55 (21.88% from 255 or 12.22% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD37CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD37CE is #42C831. Grayscale: #6F6F6F. Windows color (decimal): -4376626 or 13514685. OLE color: 13514685.

HSL color Cylindrical-coordinate representation of color #BD37CE: hue angle of 293.25º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD37CE is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 55 206 -
CMYK 0.08 0.73 0 0.19
HSL 293.25º 0.61% 0.51% -
HSV(B) 293.25º 0.73% 0.81% -
XYZ 33.49 18.01 60.1 -
YUV 112.28 180.89 182.72 -
System Red Green Blue C M Y K H S L
Decimal 189 55 206 0.08 0.73 0 0.19 293.25 0.61 0.51
Hex BD 37 CE 8 49 0 13 125 3D 33
Octal 275 67 316 10 111 0 23 445 75 63
Binary 10111101 110111 11001110 1000 1001001 0 10011 100100101 111101 110011

Color Harmonies of #BD37CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD37CE

Black with #BD37CE

Text Example


Text Example

White with #BD37CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD37CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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