Html Css Color HEX #BB5BDF Medium Orchid

📋 copy color: '#BB5BDF'

red 187 ◦ green 91 ◦ blue 223

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

Shades of Medium Orchid #BB5BDF

Tints of Medium Orchid #BB5BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.51%

R = 37.33%
G = 18.16%
B = 44.51%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB5BDF (or 0xBB5BDF) is known color: Medium Orchid. HEX triplet: BB, 5B and DF. RGB value is (187,91,223). Sum of RGB (Red+Green+Blue) = 187+91+223=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 91 (35.94% from 255 or 18.16% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB5BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5BDF is #44A420. Grayscale: #868686. Windows color (decimal): -4498465 or 14638011. OLE color: 14638011.

HSL color Cylindrical-coordinate representation of color #BB5BDF: hue angle of 283.64º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB5BDF is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 91 223 -
CMYK 0.16 0.59 0 0.13
HSL 283.64º 0.67% 0.62% -
HSV(B) 283.64º 0.59% 0.87% -
XYZ 37.55 23.37 72.34 -
YUV 134.75 177.8 165.27 -
System Red Green Blue C M Y K H S L
Decimal 187 91 223 0.16 0.59 0 0.13 283.64 0.67 0.62
Hex BB 5B DF 10 3B 0 D 11C 43 3E
Octal 273 133 337 20 73 0 15 434 103 76
Binary 10111011 1011011 11011111 10000 111011 0 1101 100011100 1000011 111110

Color Harmonies of #BB5BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5BDF

Black with #BB5BDF

Text Example


Text Example

White with #BB5BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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