Html Css Color HEX #BB6DDF Medium Orchid

📋 copy color: '#BB6DDF'

red 187 ◦ green 109 ◦ blue 223

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

Shades of Medium Orchid #BB6DDF

Tints of Medium Orchid #BB6DDF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21%

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

R = 36.03%
G = 21%
B = 42.97%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB6DDF (or 0xBB6DDF) is known color: Medium Orchid. HEX triplet: BB, 6D and DF. RGB value is (187,109,223). Sum of RGB (Red+Green+Blue) = 187+109+223=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB6DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DDF is #449220. Grayscale: #909090. Windows color (decimal): -4493857 or 14642619. OLE color: 14642619.

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

Color convert

RGB 187 109 223 -
CMYK 0.16 0.51 0 0.13
HSL 281.05º 0.64% 0.65% -
HSV(B) 281.05º 0.51% 0.87% -
XYZ 39.28 26.83 72.92 -
YUV 145.32 171.84 157.73 -
System Red Green Blue C M Y K H S L
Decimal 187 109 223 0.16 0.51 0 0.13 281.05 0.64 0.65
Hex BB 6D DF 10 33 0 D 119 40 41
Octal 273 155 337 20 63 0 15 431 100 101
Binary 10111011 1101101 11011111 10000 110011 0 1101 100011001 1000000 1000001

Color Harmonies of #BB6DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6DDF

Black with #BB6DDF

Text Example


Text Example

White with #BB6DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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