Html Css Color HEX #BD37CC Medium Orchid

📋 copy color: '#BD37CC'

red 189 ◦ green 55 ◦ blue 204

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

Shades of Medium Orchid #BD37CC

Tints of Medium Orchid #BD37CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 42.19%
G = 12.28%
B = 45.54%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD37CC (or 0xBD37CC) is known color: Medium Orchid. HEX triplet: BD, 37 and CC. RGB value is (189,55,204). Sum of RGB (Red+Green+Blue) = 189+55+204=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD37CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD37CC is #42C833. Grayscale: #6F6F6F. Windows color (decimal): -4376628 or 13383613. OLE color: 13383613.

HSL color Cylindrical-coordinate representation of color #BD37CC: hue angle of 293.96º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD37CC is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 55 204 -
CMYK 0.07 0.73 0 0.2
HSL 293.96º 0.59% 0.51% -
HSV(B) 293.96º 0.73% 0.8% -
XYZ 33.25 17.91 58.83 -
YUV 112.05 179.89 182.88 -
System Red Green Blue C M Y K H S L
Decimal 189 55 204 0.07 0.73 0 0.2 293.96 0.59 0.51
Hex BD 37 CC 7 49 0 14 126 3B 33
Octal 275 67 314 7 111 0 24 446 73 63
Binary 10111101 110111 11001100 111 1001001 0 10100 100100110 111011 110011

Color Harmonies of #BD37CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD37CC

Black with #BD37CC

Text Example


Text Example

White with #BD37CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD37CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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