Html Css Color HEX #BB31DC Medium Orchid

📋 copy color: '#BB31DC'

red 187 ◦ green 49 ◦ blue 220

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

Shades of Medium Orchid #BB31DC

Tints of Medium Orchid #BB31DC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.75%

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

R = 41.01%
G = 10.75%
B = 48.25%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB31DC (or 0xBB31DC) is known color: Medium Orchid. HEX triplet: BB, 31 and DC. RGB value is (187,49,220). Sum of RGB (Red+Green+Blue) = 187+49+220=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 49 (19.53% from 255 or 10.75% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB31DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB31DC is #44CE23. Grayscale: #6D6D6D. Windows color (decimal): -4509220 or 14430651. OLE color: 14430651.

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

Color convert

RGB 187 49 220 -
CMYK 0.15 0.78 0 0.14
HSL 288.42º 0.71% 0.53% -
HSV(B) 288.42º 0.78% 0.86% -
XYZ 34.51 17.93 69.35 -
YUV 109.76 190.22 183.1 -
System Red Green Blue C M Y K H S L
Decimal 187 49 220 0.15 0.78 0 0.14 288.42 0.71 0.53
Hex BB 31 DC F 4E 0 E 120 47 35
Octal 273 61 334 17 116 0 16 440 107 65
Binary 10111011 110001 11011100 1111 1001110 0 1110 100100000 1000111 110101

Color Harmonies of #BB31DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB31DC

Black with #BB31DC

Text Example


Text Example

White with #BB31DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB31DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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