Html Css Color HEX #BB2FDB Medium Orchid

📋 copy color: '#BB2FDB'

red 187 ◦ green 47 ◦ blue 219

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

Shades of Medium Orchid #BB2FDB

Tints of Medium Orchid #BB2FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.34%

R = 41.28%
G = 10.38%
B = 48.34%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB2FDB (or 0xBB2FDB) is known color: Medium Orchid. HEX triplet: BB, 2F and DB. RGB value is (187,47,219). Sum of RGB (Red+Green+Blue) = 187+47+219=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB2FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2FDB is #44D024. Grayscale: #6B6B6B. Windows color (decimal): -4509733 or 14364603. OLE color: 14364603.

HSL color Cylindrical-coordinate representation of color #BB2FDB: hue angle of 288.84º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2FDB is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 47 219 -
CMYK 0.15 0.79 0 0.14
HSL 288.84º 0.7% 0.52% -
HSV(B) 288.84º 0.79% 0.86% -
XYZ 34.3 17.71 68.63 -
YUV 108.47 190.38 184.01 -
System Red Green Blue C M Y K H S L
Decimal 187 47 219 0.15 0.79 0 0.14 288.84 0.7 0.52
Hex BB 2F DB F 4F 0 E 121 46 34
Octal 273 57 333 17 117 0 16 441 106 64
Binary 10111011 101111 11011011 1111 1001111 0 1110 100100001 1000110 110100

Color Harmonies of #BB2FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2FDB

Black with #BB2FDB

Text Example


Text Example

White with #BB2FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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