Html Css Color HEX #BB31F0 Medium Orchid

📋 copy color: '#BB31F0'

red 187 ◦ green 49 ◦ blue 240

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

Shades of Medium Orchid #BB31F0

Tints of Medium Orchid #BB31F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.42%

R = 39.29%
G = 10.29%
B = 50.42%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB31F0 (or 0xBB31F0) is known color: Medium Orchid. HEX triplet: BB, 31 and F0. RGB value is (187,49,240). Sum of RGB (Red+Green+Blue) = 187+49+240=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 49 (19.53% from 255 or 10.29% from 476); Blue value is 240 (94.14% from 255 or 50.42% from 476); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB31F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB31F0 is #44CE0F. Grayscale: #6F6F6F. Windows color (decimal): -4509200 or 15741371. OLE color: 15741371.

HSL color Cylindrical-coordinate representation of color #BB31F0: hue angle of 283.35º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB31F0 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 49 240 -
CMYK 0.22 0.80 0 0.06
HSL 283.35º 0.86% 0.57% -
HSV(B) 283.35º 0.8% 0.94% -
XYZ 37.32 19.05 84.15 -
YUV 112.04 200.22 181.47 -
System Red Green Blue C M Y K H S L
Decimal 187 49 240 0.22 0.80 0 0.06 283.35 0.86 0.57
Hex BB 31 F0 16 50 0 6 11B 56 39
Octal 273 61 360 26 120 0 6 433 126 71
Binary 10111011 110001 11110000 10110 1010000 0 110 100011011 1010110 111001

Color Harmonies of #BB31F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB31F0

Black with #BB31F0

Text Example


Text Example

White with #BB31F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB31F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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