Html Css Color HEX #BD55D7 Medium Orchid

📋 copy color: '#BD55D7'

red 189 ◦ green 85 ◦ blue 215

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

Shades of Medium Orchid #BD55D7

Tints of Medium Orchid #BD55D7

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.38%

 BLUE value IS 215 (84.38% from 255) = 43.97%

R = 38.65%
G = 17.38%
B = 43.97%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD55D7 (or 0xBD55D7) is known color: Medium Orchid. HEX triplet: BD, 55 and D7. RGB value is (189,85,215). Sum of RGB (Red+Green+Blue) = 189+85+215=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD55D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55D7 is #42AA28. Grayscale: #828282. Windows color (decimal): -4368937 or 14112189. OLE color: 14112189.

HSL color Cylindrical-coordinate representation of color #BD55D7: hue angle of 288º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD55D7 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 85 215 -
CMYK 0.12 0.60 0 0.16
HSL 288º 0.62% 0.59% -
HSV(B) 288º 0.6% 0.84% -
XYZ 36.5 22.22 66.66 -
YUV 130.92 175.46 169.43 -
System Red Green Blue C M Y K H S L
Decimal 189 85 215 0.12 0.60 0 0.16 288 0.62 0.59
Hex BD 55 D7 C 3C 0 10 120 3E 3B
Octal 275 125 327 14 74 0 20 440 76 73
Binary 10111101 1010101 11010111 1100 111100 0 10000 100100000 111110 111011

Color Harmonies of #BD55D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD55D7

Black with #BD55D7

Text Example


Text Example

White with #BD55D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD55D7; }

 p { color: rgb(189,85,215); }

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

background-color css

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

 a { background-color: rgb(189,85,215); }

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

border-color css

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

 span { border-color: rgb(189,85,215); }

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