Html Css Color HEX #BB5ACD Medium Orchid

📋 copy color: '#BB5ACD'

red 187 ◦ green 90 ◦ blue 205

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

Shades of Medium Orchid #BB5ACD

Tints of Medium Orchid #BB5ACD

RGB

 RED value IS 187 (73.44% from 255) = 38.8%

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

 BLUE value IS 205 (80.47% from 255) = 42.53%

R = 38.8%
G = 18.67%
B = 42.53%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB5ACD (or 0xBB5ACD) is known color: Medium Orchid. HEX triplet: BB, 5A and CD. RGB value is (187,90,205). Sum of RGB (Red+Green+Blue) = 187+90+205=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB5ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5ACD is #44A532. Grayscale: #838383. Windows color (decimal): -4498739 or 13458107. OLE color: 13458107.

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

Color convert

RGB 187 90 205 -
CMYK 0.09 0.56 0 0.20
HSL 290.61º 0.53% 0.58% -
HSV(B) 290.61º 0.56% 0.8% -
XYZ 35.17 22.28 60.21 -
YUV 132.11 169.14 167.15 -
System Red Green Blue C M Y K H S L
Decimal 187 90 205 0.09 0.56 0 0.20 290.61 0.53 0.58
Hex BB 5A CD 9 38 0 14 123 35 3A
Octal 273 132 315 11 70 0 24 443 65 72
Binary 10111011 1011010 11001101 1001 111000 0 10100 100100011 110101 111010

Color Harmonies of #BB5ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5ACD

Black with #BB5ACD

Text Example


Text Example

White with #BB5ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5ACD; }

 p { color: rgb(187,90,205); }

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

background-color css

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

 a { background-color: rgb(187,90,205); }

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

border-color css

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

 span { border-color: rgb(187,90,205); }

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