Html Css Color HEX #BB6EC6 Medium Orchid

📋 copy color: '#BB6EC6'

red 187 ◦ green 110 ◦ blue 198

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

Shades of Medium Orchid #BB6EC6

Tints of Medium Orchid #BB6EC6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.22%

 BLUE value IS 198 (77.73% from 255) = 40%

R = 37.78%
G = 22.22%
B = 40%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BB6EC6 (or 0xBB6EC6) is known color: Medium Orchid. HEX triplet: BB, 6E and C6. RGB value is (187,110,198). Sum of RGB (Red+Green+Blue) = 187+110+198=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 198 - color contains mainly: blue. Hex color #BB6EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6EC6 is #449139. Grayscale: #8E8E8E. Windows color (decimal): -4493626 or 13004475. OLE color: 13004475.

HSL color Cylindrical-coordinate representation of color #BB6EC6: hue angle of 292.5º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB6EC6 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 110 198 -
CMYK 0.06 0.44 0 0.22
HSL 292.5º 0.44% 0.6% -
HSV(B) 292.5º 0.44% 0.78% -
XYZ 36.26 25.79 56.49 -
YUV 143.06 159.01 159.34 -
System Red Green Blue C M Y K H S L
Decimal 187 110 198 0.06 0.44 0 0.22 292.5 0.44 0.6
Hex BB 6E C6 6 2C 0 16 124 2C 3C
Octal 273 156 306 6 54 0 26 444 54 74
Binary 10111011 1101110 11000110 110 101100 0 10110 100100100 101100 111100

Color Harmonies of #BB6EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6EC6

Black with #BB6EC6

Text Example


Text Example

White with #BB6EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6EC6; }

 p { color: rgb(187,110,198); }

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

background-color css

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

 a { background-color: rgb(187,110,198); }

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

border-color css

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

 span { border-color: rgb(187,110,198); }

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