Html Css Color HEX #BC6AD2 Medium Orchid

📋 copy color: '#BC6AD2'

red 188 ◦ green 106 ◦ blue 210

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

Shades of Medium Orchid #BC6AD2

Tints of Medium Orchid #BC6AD2

RGB

 RED value IS 188 (73.83% from 255) = 37.3%

 GREEN value IS 106 (41.8% from 255) = 21.03%

 BLUE value IS 210 (82.42% from 255) = 41.67%

R = 37.3%
G = 21.03%
B = 41.67%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC6AD2 (or 0xBC6AD2) is known color: Medium Orchid. HEX triplet: BC, 6A and D2. RGB value is (188,106,210). Sum of RGB (Red+Green+Blue) = 188+106+210=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 210 (82.42% from 255 or 41.67% from 504); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC6AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6AD2 is #43952D. Grayscale: #8E8E8E. Windows color (decimal): -4429102 or 13789884. OLE color: 13789884.

HSL color Cylindrical-coordinate representation of color #BC6AD2: hue angle of 287.31º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC6AD2 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 106 210 -
CMYK 0.10 0.50 0 0.18
HSL 287.31º 0.54% 0.62% -
HSV(B) 287.31º 0.5% 0.82% -
XYZ 37.53 25.65 63.95 -
YUV 142.37 166.17 160.54 -
System Red Green Blue C M Y K H S L
Decimal 188 106 210 0.10 0.50 0 0.18 287.31 0.54 0.62
Hex BC 6A D2 A 32 0 12 11F 36 3E
Octal 274 152 322 12 62 0 22 437 66 76
Binary 10111100 1101010 11010010 1010 110010 0 10010 100011111 110110 111110

Color Harmonies of #BC6AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6AD2

Black with #BC6AD2

Text Example


Text Example

White with #BC6AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6AD2; }

 p { color: rgb(188,106,210); }

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

background-color css

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

 a { background-color: rgb(188,106,210); }

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

border-color css

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

 span { border-color: rgb(188,106,210); }

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