Html Css Color HEX #BB5AF7 Medium Orchid

📋 copy color: '#BB5AF7'

red 187 ◦ green 90 ◦ blue 247

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

Shades of Medium Orchid #BB5AF7

Tints of Medium Orchid #BB5AF7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.18%

 BLUE value IS 247 (96.88% from 255) = 47.14%

R = 35.69%
G = 17.18%
B = 47.14%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BB5AF7 (or 0xBB5AF7) is known color: Medium Orchid. HEX triplet: BB, 5A and F7. RGB value is (187,90,247). Sum of RGB (Red+Green+Blue) = 187+90+247=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 247 (96.88% from 255 or 47.14% from 524); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB5AF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5AF7 is #44A508. Grayscale: #888888. Windows color (decimal): -4498697 or 16210619. OLE color: 16210619.

HSL color Cylindrical-coordinate representation of color #BB5AF7: hue angle of 277.07º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB5AF7 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 90 247 -
CMYK 0.24 0.64 0 0.03
HSL 277.07º 0.91% 0.66% -
HSV(B) 277.07º 0.64% 0.97% -
XYZ 40.94 24.59 90.58 -
YUV 136.9 190.14 163.73 -
System Red Green Blue C M Y K H S L
Decimal 187 90 247 0.24 0.64 0 0.03 277.07 0.91 0.66
Hex BB 5A F7 18 40 0 3 115 5B 42
Octal 273 132 367 30 100 0 3 425 133 102
Binary 10111011 1011010 11110111 11000 1000000 0 11 100010101 1011011 1000010

Color Harmonies of #BB5AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5AF7

Black with #BB5AF7

Text Example


Text Example

White with #BB5AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5AF7; }

 p { color: rgb(187,90,247); }

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

background-color css

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

 a { background-color: rgb(187,90,247); }

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

border-color css

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

 span { border-color: rgb(187,90,247); }

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