Html Css Color HEX #BB5BF3 Medium Orchid

📋 copy color: '#BB5BF3'

red 187 ◦ green 91 ◦ blue 243

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

Shades of Medium Orchid #BB5BF3

Tints of Medium Orchid #BB5BF3

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.47%

 BLUE value IS 243 (95.31% from 255) = 46.64%

R = 35.89%
G = 17.47%
B = 46.64%

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

#BB5BF3 (or 0xBB5BF3) is known color: Medium Orchid. HEX triplet: BB, 5B and F3. RGB value is (187,91,243). Sum of RGB (Red+Green+Blue) = 187+91+243=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB5BF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5BF3 is #44A40C. Grayscale: #888888. Windows color (decimal): -4498445 or 15948731. OLE color: 15948731.

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

Color convert

RGB 187 91 243 -
CMYK 0.23 0.63 0 0.05
HSL 277.89º 0.86% 0.65% -
HSV(B) 277.89º 0.63% 0.95% -
XYZ 40.41 24.52 87.4 -
YUV 137.03 187.8 163.64 -
System Red Green Blue C M Y K H S L
Decimal 187 91 243 0.23 0.63 0 0.05 277.89 0.86 0.65
Hex BB 5B F3 17 3F 0 5 116 56 41
Octal 273 133 363 27 77 0 5 426 126 101
Binary 10111011 1011011 11110011 10111 111111 0 101 100010110 1010110 1000001

Color Harmonies of #BB5BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5BF3

Black with #BB5BF3

Text Example


Text Example

White with #BB5BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5BF3; }

 p { color: rgb(187,91,243); }

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

background-color css

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

 a { background-color: rgb(187,91,243); }

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

border-color css

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

 span { border-color: rgb(187,91,243); }

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