Html Css Color HEX #BB31CC Medium Orchid

📋 copy color: '#BB31CC'

red 187 ◦ green 49 ◦ blue 204

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

Shades of Medium Orchid #BB31CC

Tints of Medium Orchid #BB31CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.36%

R = 42.5%
G = 11.14%
B = 46.36%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB31CC (or 0xBB31CC) is known color: Medium Orchid. HEX triplet: BB, 31 and CC. RGB value is (187,49,204). Sum of RGB (Red+Green+Blue) = 187+49+204=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB31CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB31CC is #44CE33. Grayscale: #6B6B6B. Windows color (decimal): -4509236 or 13382075. OLE color: 13382075.

HSL color Cylindrical-coordinate representation of color #BB31CC: hue angle of 293.42º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB31CC is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 49 204 -
CMYK 0.08 0.76 0 0.2
HSL 293.42º 0.61% 0.5% -
HSV(B) 293.42º 0.76% 0.8% -
XYZ 32.49 17.12 58.72 -
YUV 107.93 182.22 184.4 -
System Red Green Blue C M Y K H S L
Decimal 187 49 204 0.08 0.76 0 0.2 293.42 0.61 0.5
Hex BB 31 CC 8 4C 0 14 125 3D 32
Octal 273 61 314 10 114 0 24 445 75 62
Binary 10111011 110001 11001100 1000 1001100 0 10100 100100101 111101 110010

Color Harmonies of #BB31CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB31CC

Black with #BB31CC

Text Example


Text Example

White with #BB31CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB31CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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