Html Css Color HEX #BD57D0 Medium Orchid

📋 copy color: '#BD57D0'

red 189 ◦ green 87 ◦ blue 208

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

Shades of Medium Orchid #BD57D0

Tints of Medium Orchid #BD57D0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.98%

 BLUE value IS 208 (81.64% from 255) = 42.98%

R = 39.05%
G = 17.98%
B = 42.98%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD57D0 (or 0xBD57D0) is known color: Medium Orchid. HEX triplet: BD, 57 and D0. RGB value is (189,87,208). Sum of RGB (Red+Green+Blue) = 189+87+208=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD57D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD57D0 is #42A82F. Grayscale: #828282. Windows color (decimal): -4368432 or 13653949. OLE color: 13653949.

HSL color Cylindrical-coordinate representation of color #BD57D0: hue angle of 290.58º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD57D0 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 87 208 -
CMYK 0.09 0.58 0 0.18
HSL 290.58º 0.56% 0.58% -
HSV(B) 290.58º 0.58% 0.82% -
XYZ 35.78 22.19 62.07 -
YUV 131.29 171.29 169.16 -
System Red Green Blue C M Y K H S L
Decimal 189 87 208 0.09 0.58 0 0.18 290.58 0.56 0.58
Hex BD 57 D0 9 3A 0 12 123 38 3A
Octal 275 127 320 11 72 0 22 443 70 72
Binary 10111101 1010111 11010000 1001 111010 0 10010 100100011 111000 111010

Color Harmonies of #BD57D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD57D0

Black with #BD57D0

Text Example


Text Example

White with #BD57D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD57D0; }

 p { color: rgb(189,87,208); }

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

background-color css

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

 a { background-color: rgb(189,87,208); }

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

border-color css

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

 span { border-color: rgb(189,87,208); }

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