Html Css Color HEX #BB6DCD Medium Orchid

📋 copy color: '#BB6DCD'

red 187 ◦ green 109 ◦ blue 205

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

Shades of Medium Orchid #BB6DCD

Tints of Medium Orchid #BB6DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.92%

R = 37.33%
G = 21.76%
B = 40.92%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB6DCD (or 0xBB6DCD) is known color: Medium Orchid. HEX triplet: BB, 6D and CD. RGB value is (187,109,205). Sum of RGB (Red+Green+Blue) = 187+109+205=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB6DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DCD is #449232. Grayscale: #8E8E8E. Windows color (decimal): -4493875 or 13462971. OLE color: 13462971.

HSL color Cylindrical-coordinate representation of color #BB6DCD: hue angle of 288.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB6DCD is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 109 205 -
CMYK 0.09 0.47 0 0.20
HSL 288.75º 0.49% 0.62% -
HSV(B) 288.75º 0.47% 0.8% -
XYZ 36.98 25.91 60.81 -
YUV 143.27 162.84 159.19 -
System Red Green Blue C M Y K H S L
Decimal 187 109 205 0.09 0.47 0 0.20 288.75 0.49 0.62
Hex BB 6D CD 9 2F 0 14 121 31 3E
Octal 273 155 315 11 57 0 24 441 61 76
Binary 10111011 1101101 11001101 1001 101111 0 10100 100100001 110001 111110

Color Harmonies of #BB6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6DCD

Black with #BB6DCD

Text Example


Text Example

White with #BB6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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