Html Css Color HEX #BB5AD1 Medium Orchid

📋 copy color: '#BB5AD1'

red 187 ◦ green 90 ◦ blue 209

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

Shades of Medium Orchid #BB5AD1

Tints of Medium Orchid #BB5AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43%

R = 38.48%
G = 18.52%
B = 43%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB5AD1 (or 0xBB5AD1) is known color: Medium Orchid. HEX triplet: BB, 5A and D1. RGB value is (187,90,209). Sum of RGB (Red+Green+Blue) = 187+90+209=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB5AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5AD1 is #44A52E. Grayscale: #848484. Windows color (decimal): -4498735 or 13720251. OLE color: 13720251.

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

Color convert

RGB 187 90 209 -
CMYK 0.11 0.57 0 0.18
HSL 288.91º 0.56% 0.59% -
HSV(B) 288.91º 0.57% 0.82% -
XYZ 35.66 22.48 62.78 -
YUV 132.57 171.14 166.82 -
System Red Green Blue C M Y K H S L
Decimal 187 90 209 0.11 0.57 0 0.18 288.91 0.56 0.59
Hex BB 5A D1 B 39 0 12 121 38 3B
Octal 273 132 321 13 71 0 22 441 70 73
Binary 10111011 1011010 11010001 1011 111001 0 10010 100100001 111000 111011

Color Harmonies of #BB5AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5AD1

Black with #BB5AD1

Text Example


Text Example

White with #BB5AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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