Html Css Color HEX #BB50FA Medium Orchid

📋 copy color: '#BB50FA'

red 187 ◦ green 80 ◦ blue 250

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

Shades of Medium Orchid #BB50FA

Tints of Medium Orchid #BB50FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.36%

R = 36.17%
G = 15.47%
B = 48.36%

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

#BB50FA (or 0xBB50FA) is known color: Medium Orchid. HEX triplet: BB, 50 and FA. RGB value is (187,80,250). Sum of RGB (Red+Green+Blue) = 187+80+250=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 80 (31.64% from 255 or 15.47% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB50FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB50FA is #44AF05. Grayscale: #828282. Windows color (decimal): -4501254 or 16404667. OLE color: 16404667.

HSL color Cylindrical-coordinate representation of color #BB50FA: hue angle of 277.76º degrees, saturation: 0.94, 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 #BB50FA is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 80 250 -
CMYK 0.25 0.68 0 0.02
HSL 277.76º 0.94% 0.65% -
HSV(B) 277.76º 0.68% 0.98% -
XYZ 40.62 23.2 92.78 -
YUV 131.37 194.95 167.68 -
System Red Green Blue C M Y K H S L
Decimal 187 80 250 0.25 0.68 0 0.02 277.76 0.94 0.65
Hex BB 50 FA 19 44 0 2 116 5E 41
Octal 273 120 372 31 104 0 2 426 136 101
Binary 10111011 1010000 11111010 11001 1000100 0 10 100010110 1011110 1000001

Color Harmonies of #BB50FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB50FA

Black with #BB50FA

Text Example


Text Example

White with #BB50FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB50FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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