Html Css Color HEX #BB5AF2 Medium Orchid

📋 copy color: '#BB5AF2'

red 187 ◦ green 90 ◦ blue 242

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

Shades of Medium Orchid #BB5AF2

Tints of Medium Orchid #BB5AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.63%

R = 36.03%
G = 17.34%
B = 46.63%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB5AF2 (or 0xBB5AF2) is known color: Medium Orchid. HEX triplet: BB, 5A and F2. RGB value is (187,90,242). Sum of RGB (Red+Green+Blue) = 187+90+242=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB5AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5AF2 is #44A50D. Grayscale: #878787. Windows color (decimal): -4498702 or 15882939. OLE color: 15882939.

HSL color Cylindrical-coordinate representation of color #BB5AF2: hue angle of 278.29º degrees, saturation: 0.85, 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 #BB5AF2 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 90 242 -
CMYK 0.23 0.63 0 0.05
HSL 278.29º 0.85% 0.65% -
HSV(B) 278.29º 0.63% 0.95% -
XYZ 40.18 24.29 86.57 -
YUV 136.33 187.64 164.14 -
System Red Green Blue C M Y K H S L
Decimal 187 90 242 0.23 0.63 0 0.05 278.29 0.85 0.65
Hex BB 5A F2 17 3F 0 5 116 55 41
Octal 273 132 362 27 77 0 5 426 125 101
Binary 10111011 1011010 11110010 10111 111111 0 101 100010110 1010101 1000001

Color Harmonies of #BB5AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5AF2

Black with #BB5AF2

Text Example


Text Example

White with #BB5AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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