Html Css Color HEX #BB6DDA Medium Orchid

📋 copy color: '#BB6DDA'

red 187 ◦ green 109 ◦ blue 218

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

Shades of Medium Orchid #BB6DDA

Tints of Medium Orchid #BB6DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.41%

R = 36.38%
G = 21.21%
B = 42.41%

CMYK

 C value IS 0.14

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB6DDA (or 0xBB6DDA) is known color: Medium Orchid. HEX triplet: BB, 6D and DA. RGB value is (187,109,218). Sum of RGB (Red+Green+Blue) = 187+109+218=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB6DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DDA is #449225. Grayscale: #909090. Windows color (decimal): -4493862 or 14314939. OLE color: 14314939.

HSL color Cylindrical-coordinate representation of color #BB6DDA: hue angle of 282.94º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB6DDA is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 109 218 -
CMYK 0.14 0.5 0 0.15
HSL 282.94º 0.6% 0.64% -
HSV(B) 282.94º 0.5% 0.85% -
XYZ 38.62 26.56 69.42 -
YUV 144.75 169.34 158.14 -
System Red Green Blue C M Y K H S L
Decimal 187 109 218 0.14 0.5 0 0.15 282.94 0.6 0.64
Hex BB 6D DA E 32 0 F 11B 3C 40
Octal 273 155 332 16 62 0 17 433 74 100
Binary 10111011 1101101 11011010 1110 110010 0 1111 100011011 111100 1000000

Color Harmonies of #BB6DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6DDA

Black with #BB6DDA

Text Example


Text Example

White with #BB6DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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