Html Css Color HEX #BB50FB Medium Orchid

📋 copy color: '#BB50FB'

red 187 ◦ green 80 ◦ blue 251

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

Shades of Medium Orchid #BB50FB

Tints of Medium Orchid #BB50FB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.44%

 BLUE value IS 251 (98.44% from 255) = 48.46%

R = 36.1%
G = 15.44%
B = 48.46%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB50FB (or 0xBB50FB) is known color: Medium Orchid. HEX triplet: BB, 50 and FB. RGB value is (187,80,251). Sum of RGB (Red+Green+Blue) = 187+80+251=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 80 (31.64% from 255 or 15.44% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB50FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB50FB is #44AF04. Grayscale: #828282. Windows color (decimal): -4501253 or 16470203. OLE color: 16470203.

HSL color Cylindrical-coordinate representation of color #BB50FB: hue angle of 277.54º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB50FB is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 80 251 -
CMYK 0.25 0.68 0 0.02
HSL 277.54º 0.96% 0.65% -
HSV(B) 277.54º 0.68% 0.98% -
XYZ 40.77 23.27 93.61 -
YUV 131.49 195.45 167.6 -
System Red Green Blue C M Y K H S L
Decimal 187 80 251 0.25 0.68 0 0.02 277.54 0.96 0.65
Hex BB 50 FB 19 44 0 2 116 60 41
Octal 273 120 373 31 104 0 2 426 140 101
Binary 10111011 1010000 11111011 11001 1000100 0 10 100010110 1100000 1000001

Color Harmonies of #BB50FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB50FB

Black with #BB50FB

Text Example


Text Example

White with #BB50FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB50FB; }

 p { color: rgb(187,80,251); }

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

background-color css

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

 a { background-color: rgb(187,80,251); }

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

border-color css

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

 span { border-color: rgb(187,80,251); }

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