Html Css Color HEX #BB31D8 Medium Orchid

📋 copy color: '#BB31D8'

red 187 ◦ green 49 ◦ blue 216

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

Shades of Medium Orchid #BB31D8

Tints of Medium Orchid #BB31D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.79%

R = 41.37%
G = 10.84%
B = 47.79%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB31D8 (or 0xBB31D8) is known color: Medium Orchid. HEX triplet: BB, 31 and D8. RGB value is (187,49,216). Sum of RGB (Red+Green+Blue) = 187+49+216=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 49 (19.53% from 255 or 10.84% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB31D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB31D8 is #44CE27. Grayscale: #6C6C6C. Windows color (decimal): -4509224 or 14168507. OLE color: 14168507.

HSL color Cylindrical-coordinate representation of color #BB31D8: hue angle of 289.58º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB31D8 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 49 216 -
CMYK 0.13 0.77 0 0.15
HSL 289.58º 0.68% 0.52% -
HSV(B) 289.58º 0.77% 0.85% -
XYZ 33.99 17.72 66.59 -
YUV 109.3 188.22 183.42 -
System Red Green Blue C M Y K H S L
Decimal 187 49 216 0.13 0.77 0 0.15 289.58 0.68 0.52
Hex BB 31 D8 D 4D 0 F 122 44 34
Octal 273 61 330 15 115 0 17 442 104 64
Binary 10111011 110001 11011000 1101 1001101 0 1111 100100010 1000100 110100

Color Harmonies of #BB31D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB31D8

Black with #BB31D8

Text Example


Text Example

White with #BB31D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB31D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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