Html Css Color HEX #BB2FD5 Medium Orchid

📋 copy color: '#BB2FD5'

red 187 ◦ green 47 ◦ blue 213

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

Shades of Medium Orchid #BB2FD5

Tints of Medium Orchid #BB2FD5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.51%

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

R = 41.83%
G = 10.51%
B = 47.65%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB2FD5 (or 0xBB2FD5) is known color: Medium Orchid. HEX triplet: BB, 2F and D5. RGB value is (187,47,213). Sum of RGB (Red+Green+Blue) = 187+47+213=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 47 (18.75% from 255 or 10.51% from 447); Blue value is 213 (83.59% from 255 or 47.65% from 447); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB2FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2FD5 is #44D02A. Grayscale: #6B6B6B. Windows color (decimal): -4509739 or 13971387. OLE color: 13971387.

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

Color convert

RGB 187 47 213 -
CMYK 0.12 0.78 0 0.16
HSL 290.6º 0.66% 0.51% -
HSV(B) 290.6º 0.78% 0.84% -
XYZ 33.52 17.4 64.54 -
YUV 107.78 187.38 184.5 -
System Red Green Blue C M Y K H S L
Decimal 187 47 213 0.12 0.78 0 0.16 290.6 0.66 0.51
Hex BB 2F D5 C 4E 0 10 123 42 33
Octal 273 57 325 14 116 0 20 443 102 63
Binary 10111011 101111 11010101 1100 1001110 0 10000 100100011 1000010 110011

Color Harmonies of #BB2FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2FD5

Black with #BB2FD5

Text Example


Text Example

White with #BB2FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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