Html Css Color HEX #BB5AF1 Medium Orchid

📋 copy color: '#BB5AF1'

red 187 ◦ green 90 ◦ blue 241

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

Shades of Medium Orchid #BB5AF1

Tints of Medium Orchid #BB5AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.53%

R = 36.1%
G = 17.37%
B = 46.53%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB5AF1 (or 0xBB5AF1) is known color: Medium Orchid. HEX triplet: BB, 5A and F1. RGB value is (187,90,241). Sum of RGB (Red+Green+Blue) = 187+90+241=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB5AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5AF1 is #44A50E. Grayscale: #878787. Windows color (decimal): -4498703 or 15817403. OLE color: 15817403.

HSL color Cylindrical-coordinate representation of color #BB5AF1: hue angle of 278.54º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB5AF1 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 90 241 -
CMYK 0.22 0.63 0 0.05
HSL 278.54º 0.84% 0.65% -
HSV(B) 278.54º 0.63% 0.95% -
XYZ 40.03 24.23 85.79 -
YUV 136.22 187.14 164.22 -
System Red Green Blue C M Y K H S L
Decimal 187 90 241 0.22 0.63 0 0.05 278.54 0.84 0.65
Hex BB 5A F1 16 3F 0 5 117 54 41
Octal 273 132 361 26 77 0 5 427 124 101
Binary 10111011 1011010 11110001 10110 111111 0 101 100010111 1010100 1000001

Color Harmonies of #BB5AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5AF1

Black with #BB5AF1

Text Example


Text Example

White with #BB5AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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