Html Css Color HEX #BD59CC Medium Orchid

📋 copy color: '#BD59CC'

red 189 ◦ green 89 ◦ blue 204

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

Shades of Medium Orchid #BD59CC

Tints of Medium Orchid #BD59CC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.46%

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

R = 39.21%
G = 18.46%
B = 42.32%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD59CC (or 0xBD59CC) is known color: Medium Orchid. HEX triplet: BD, 59 and CC. RGB value is (189,89,204). Sum of RGB (Red+Green+Blue) = 189+89+204=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD59CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD59CC is #42A633. Grayscale: #838383. Windows color (decimal): -4367924 or 13392317. OLE color: 13392317.

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

Color convert

RGB 189 89 204 -
CMYK 0.07 0.56 0 0.2
HSL 292.17º 0.53% 0.57% -
HSV(B) 292.17º 0.56% 0.8% -
XYZ 35.46 22.32 59.57 -
YUV 132.01 168.63 168.65 -
System Red Green Blue C M Y K H S L
Decimal 189 89 204 0.07 0.56 0 0.2 292.17 0.53 0.57
Hex BD 59 CC 7 38 0 14 124 35 39
Octal 275 131 314 7 70 0 24 444 65 71
Binary 10111101 1011001 11001100 111 111000 0 10100 100100100 110101 111001

Color Harmonies of #BD59CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD59CC

Black with #BD59CC

Text Example


Text Example

White with #BD59CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD59CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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