Html Css Color HEX #BB4CD1 Medium Orchid

📋 copy color: '#BB4CD1'

red 187 ◦ green 76 ◦ blue 209

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

Shades of Medium Orchid #BB4CD1

Tints of Medium Orchid #BB4CD1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.1%

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

R = 39.62%
G = 16.1%
B = 44.28%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB4CD1 (or 0xBB4CD1) is known color: Medium Orchid. HEX triplet: BB, 4C and D1. RGB value is (187,76,209). Sum of RGB (Red+Green+Blue) = 187+76+209=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB4CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4CD1 is #44B32E. Grayscale: #7B7B7B. Windows color (decimal): -4502319 or 13716667. OLE color: 13716667.

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

Color convert

RGB 187 76 209 -
CMYK 0.11 0.64 0 0.18
HSL 290.08º 0.59% 0.56% -
HSV(B) 290.08º 0.64% 0.82% -
XYZ 34.59 20.34 62.42 -
YUV 124.35 175.77 172.69 -
System Red Green Blue C M Y K H S L
Decimal 187 76 209 0.11 0.64 0 0.18 290.08 0.59 0.56
Hex BB 4C D1 B 40 0 12 122 3B 38
Octal 273 114 321 13 100 0 22 442 73 70
Binary 10111011 1001100 11010001 1011 1000000 0 10010 100100010 111011 111000

Color Harmonies of #BB4CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4CD1

Black with #BB4CD1

Text Example


Text Example

White with #BB4CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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