Html Css Color HEX #BB2FDC Medium Orchid

📋 copy color: '#BB2FDC'

red 187 ◦ green 47 ◦ blue 220

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

Shades of Medium Orchid #BB2FDC

Tints of Medium Orchid #BB2FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.46%

R = 41.19%
G = 10.35%
B = 48.46%

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

#BB2FDC (or 0xBB2FDC) is known color: Medium Orchid. HEX triplet: BB, 2F and DC. RGB value is (187,47,220). Sum of RGB (Red+Green+Blue) = 187+47+220=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 47 (18.75% from 255 or 10.35% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB2FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2FDC is #44D023. Grayscale: #6C6C6C. Windows color (decimal): -4509732 or 14430139. OLE color: 14430139.

HSL color Cylindrical-coordinate representation of color #BB2FDC: hue angle of 288.55º degrees, saturation: 0.71, 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 #BB2FDC is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 47 220 -
CMYK 0.15 0.79 0 0.14
HSL 288.55º 0.71% 0.52% -
HSV(B) 288.55º 0.79% 0.86% -
XYZ 34.43 17.77 69.32 -
YUV 108.58 190.88 183.93 -
System Red Green Blue C M Y K H S L
Decimal 187 47 220 0.15 0.79 0 0.14 288.55 0.71 0.52
Hex BB 2F DC F 4F 0 E 121 47 34
Octal 273 57 334 17 117 0 16 441 107 64
Binary 10111011 101111 11011100 1111 1001111 0 1110 100100001 1000111 110100

Color Harmonies of #BB2FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2FDC

Black with #BB2FDC

Text Example


Text Example

White with #BB2FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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