Html Css Color HEX #BB6CC7 Medium Orchid

📋 copy color: '#BB6CC7'

red 187 ◦ green 108 ◦ blue 199

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

Shades of Medium Orchid #BB6CC7

Tints of Medium Orchid #BB6CC7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.86%

 BLUE value IS 199 (78.13% from 255) = 40.28%

R = 37.85%
G = 21.86%
B = 40.28%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BB6CC7 (or 0xBB6CC7) is known color: Medium Orchid. HEX triplet: BB, 6C and C7. RGB value is (187,108,199). Sum of RGB (Red+Green+Blue) = 187+108+199=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB6CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6CC7 is #449338. Grayscale: #8D8D8D. Windows color (decimal): -4494137 or 13069499. OLE color: 13069499.

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

Color convert

RGB 187 108 199 -
CMYK 0.06 0.46 0 0.22
HSL 292.09º 0.45% 0.6% -
HSV(B) 292.09º 0.46% 0.78% -
XYZ 36.16 25.41 57.03 -
YUV 142 160.17 160.1 -
System Red Green Blue C M Y K H S L
Decimal 187 108 199 0.06 0.46 0 0.22 292.09 0.45 0.6
Hex BB 6C C7 6 2E 0 16 124 2D 3C
Octal 273 154 307 6 56 0 26 444 55 74
Binary 10111011 1101100 11000111 110 101110 0 10110 100100100 101101 111100

Color Harmonies of #BB6CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6CC7

Black with #BB6CC7

Text Example


Text Example

White with #BB6CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6CC7; }

 p { color: rgb(187,108,199); }

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

background-color css

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

 a { background-color: rgb(187,108,199); }

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

border-color css

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

 span { border-color: rgb(187,108,199); }

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