Html Css Color HEX #BB50F5 Medium Orchid

📋 copy color: '#BB50F5'

red 187 ◦ green 80 ◦ blue 245

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

Shades of Medium Orchid #BB50F5

Tints of Medium Orchid #BB50F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.85%

R = 36.52%
G = 15.63%
B = 47.85%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BB50F5 (or 0xBB50F5) is known color: Medium Orchid. HEX triplet: BB, 50 and F5. RGB value is (187,80,245). Sum of RGB (Red+Green+Blue) = 187+80+245=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 245 (96.09% from 255 or 47.85% from 512); Max value from RGB is 245 - color contains mainly: blue. Hex color #BB50F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB50F5 is #44AF0A. Grayscale: #828282. Windows color (decimal): -4501259 or 16076987. OLE color: 16076987.

HSL color Cylindrical-coordinate representation of color #BB50F5: hue angle of 278.91º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB50F5 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 80 245 -
CMYK 0.24 0.67 0 0.04
HSL 278.91º 0.89% 0.64% -
HSV(B) 278.91º 0.67% 0.96% -
XYZ 39.84 22.89 88.71 -
YUV 130.8 192.45 168.08 -
System Red Green Blue C M Y K H S L
Decimal 187 80 245 0.24 0.67 0 0.04 278.91 0.89 0.64
Hex BB 50 F5 18 43 0 4 117 59 40
Octal 273 120 365 30 103 0 4 427 131 100
Binary 10111011 1010000 11110101 11000 1000011 0 100 100010111 1011001 1000000

Color Harmonies of #BB50F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB50F5

Black with #BB50F5

Text Example


Text Example

White with #BB50F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB50F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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