Html Css Color HEX #BB4FD1 Medium Orchid

📋 copy color: '#BB4FD1'

red 187 ◦ green 79 ◦ blue 209

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

Shades of Medium Orchid #BB4FD1

Tints of Medium Orchid #BB4FD1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.63%

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

R = 39.37%
G = 16.63%
B = 44%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB4FD1 (or 0xBB4FD1) is known color: Medium Orchid. HEX triplet: BB, 4F and D1. RGB value is (187,79,209). Sum of RGB (Red+Green+Blue) = 187+79+209=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB4FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4FD1 is #44B02E. Grayscale: #7D7D7D. Windows color (decimal): -4501551 or 13717435. OLE color: 13717435.

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

Color convert

RGB 187 79 209 -
CMYK 0.11 0.62 0 0.18
HSL 289.85º 0.59% 0.56% -
HSV(B) 289.85º 0.62% 0.82% -
XYZ 34.8 20.76 62.49 -
YUV 126.11 174.78 171.43 -
System Red Green Blue C M Y K H S L
Decimal 187 79 209 0.11 0.62 0 0.18 289.85 0.59 0.56
Hex BB 4F D1 B 3E 0 12 122 3B 38
Octal 273 117 321 13 76 0 22 442 73 70
Binary 10111011 1001111 11010001 1011 111110 0 10010 100100010 111011 111000

Color Harmonies of #BB4FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4FD1

Black with #BB4FD1

Text Example


Text Example

White with #BB4FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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