Html Css Color HEX #BD5AD0 Medium Orchid

📋 copy color: '#BD5AD0'

red 189 ◦ green 90 ◦ blue 208

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

Shades of Medium Orchid #BD5AD0

Tints of Medium Orchid #BD5AD0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.48%

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

R = 38.81%
G = 18.48%
B = 42.71%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD5AD0 (or 0xBD5AD0) is known color: Medium Orchid. HEX triplet: BD, 5A and D0. RGB value is (189,90,208). Sum of RGB (Red+Green+Blue) = 189+90+208=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD5AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5AD0 is #42A52F. Grayscale: #848484. Windows color (decimal): -4367664 or 13654717. OLE color: 13654717.

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

Color convert

RGB 189 90 208 -
CMYK 0.09 0.57 0 0.18
HSL 290.34º 0.56% 0.58% -
HSV(B) 290.34º 0.57% 0.82% -
XYZ 36.03 22.69 62.15 -
YUV 133.05 170.3 167.91 -
System Red Green Blue C M Y K H S L
Decimal 189 90 208 0.09 0.57 0 0.18 290.34 0.56 0.58
Hex BD 5A D0 9 39 0 12 122 38 3A
Octal 275 132 320 11 71 0 22 442 70 72
Binary 10111101 1011010 11010000 1001 111001 0 10010 100100010 111000 111010

Color Harmonies of #BD5AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5AD0

Black with #BD5AD0

Text Example


Text Example

White with #BD5AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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