Html Css Color HEX #BC6CCA Medium Orchid

📋 copy color: '#BC6CCA'

red 188 ◦ green 108 ◦ blue 202

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

Shades of Medium Orchid #BC6CCA

Tints of Medium Orchid #BC6CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.56%

R = 37.75%
G = 21.69%
B = 40.56%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC6CCA (or 0xBC6CCA) is known color: Medium Orchid. HEX triplet: BC, 6C and CA. RGB value is (188,108,202). Sum of RGB (Red+Green+Blue) = 188+108+202=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC6CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6CCA is #439335. Grayscale: #8E8E8E. Windows color (decimal): -4428598 or 13266108. OLE color: 13266108.

HSL color Cylindrical-coordinate representation of color #BC6CCA: hue angle of 291.06º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC6CCA is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 108 202 -
CMYK 0.07 0.47 0 0.21
HSL 291.06º 0.47% 0.61% -
HSV(B) 291.06º 0.47% 0.79% -
XYZ 36.76 25.68 58.9 -
YUV 142.64 161.5 160.36 -
System Red Green Blue C M Y K H S L
Decimal 188 108 202 0.07 0.47 0 0.21 291.06 0.47 0.61
Hex BC 6C CA 7 2F 0 15 123 2F 3D
Octal 274 154 312 7 57 0 25 443 57 75
Binary 10111100 1101100 11001010 111 101111 0 10101 100100011 101111 111101

Color Harmonies of #BC6CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6CCA

Black with #BC6CCA

Text Example


Text Example

White with #BC6CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6CCA; }

 p { color: rgb(188,108,202); }

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

background-color css

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

 a { background-color: rgb(188,108,202); }

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

border-color css

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

 span { border-color: rgb(188,108,202); }

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