Html Css Color HEX #BB4ADD Medium Orchid

📋 copy color: '#BB4ADD'

red 187 ◦ green 74 ◦ blue 221

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

Shades of Medium Orchid #BB4ADD

Tints of Medium Orchid #BB4ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 38.8%
G = 15.35%
B = 45.85%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB4ADD (or 0xBB4ADD) is known color: Medium Orchid. HEX triplet: BB, 4A and DD. RGB value is (187,74,221). Sum of RGB (Red+Green+Blue) = 187+74+221=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB4ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4ADD is #44B522. Grayscale: #7C7C7C. Windows color (decimal): -4502819 or 14502587. OLE color: 14502587.

HSL color Cylindrical-coordinate representation of color #BB4ADD: hue angle of 286.12º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB4ADD is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 74 221 -
CMYK 0.15 0.67 0 0.13
HSL 286.12º 0.68% 0.58% -
HSV(B) 286.12º 0.67% 0.87% -
XYZ 35.99 20.68 70.5 -
YUV 124.55 182.44 172.55 -
System Red Green Blue C M Y K H S L
Decimal 187 74 221 0.15 0.67 0 0.13 286.12 0.68 0.58
Hex BB 4A DD F 43 0 D 11E 44 3A
Octal 273 112 335 17 103 0 15 436 104 72
Binary 10111011 1001010 11011101 1111 1000011 0 1101 100011110 1000100 111010

Color Harmonies of #BB4ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4ADD

Black with #BB4ADD

Text Example


Text Example

White with #BB4ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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