Html Css Color HEX #BB4AD5 Medium Orchid

📋 copy color: '#BB4AD5'

red 187 ◦ green 74 ◦ blue 213

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

Shades of Medium Orchid #BB4AD5

Tints of Medium Orchid #BB4AD5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.61%

 BLUE value IS 213 (83.59% from 255) = 44.94%

R = 39.45%
G = 15.61%
B = 44.94%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB4AD5 (or 0xBB4AD5) is known color: Medium Orchid. HEX triplet: BB, 4A and D5. RGB value is (187,74,213). Sum of RGB (Red+Green+Blue) = 187+74+213=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB4AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4AD5 is #44B52A. Grayscale: #7B7B7B. Windows color (decimal): -4502827 or 13978299. OLE color: 13978299.

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

Color convert

RGB 187 74 213 -
CMYK 0.12 0.65 0 0.16
HSL 288.78º 0.62% 0.56% -
HSV(B) 288.78º 0.65% 0.84% -
XYZ 34.95 20.27 65.02 -
YUV 123.63 178.44 173.2 -
System Red Green Blue C M Y K H S L
Decimal 187 74 213 0.12 0.65 0 0.16 288.78 0.62 0.56
Hex BB 4A D5 C 41 0 10 121 3E 38
Octal 273 112 325 14 101 0 20 441 76 70
Binary 10111011 1001010 11010101 1100 1000001 0 10000 100100001 111110 111000

Color Harmonies of #BB4AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4AD5

Black with #BB4AD5

Text Example


Text Example

White with #BB4AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4AD5; }

 p { color: rgb(187,74,213); }

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

background-color css

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

 a { background-color: rgb(187,74,213); }

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

border-color css

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

 span { border-color: rgb(187,74,213); }

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