Html Css Color HEX #BC8FCF Wisteria

📋 copy color: '#BC8FCF'

red 188 ◦ green 143 ◦ blue 207

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

Shades of Wisteria #BC8FCF

Tints of Wisteria #BC8FCF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.58%

 BLUE value IS 207 (81.25% from 255) = 38.48%

R = 34.94%
G = 26.58%
B = 38.48%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC8FCF (or 0xBC8FCF) is known color: Wisteria. HEX triplet: BC, 8F and CF. RGB value is (188,143,207). Sum of RGB (Red+Green+Blue) = 188+143+207=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC8FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FCF is #437030. Grayscale: #A3A3A3. Windows color (decimal): -4419633 or 13602748. OLE color: 13602748.

HSL color Cylindrical-coordinate representation of color #BC8FCF: hue angle of 282.19º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC8FCF is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 143 207 -
CMYK 0.09 0.31 0 0.19
HSL 282.19º 0.4% 0.69% -
HSV(B) 282.19º 0.31% 0.81% -
XYZ 41.82 34.84 63.55 -
YUV 163.75 152.41 145.3 -
System Red Green Blue C M Y K H S L
Decimal 188 143 207 0.09 0.31 0 0.19 282.19 0.4 0.69
Hex BC 8F CF 9 1F 0 13 11A 28 45
Octal 274 217 317 11 37 0 23 432 50 105
Binary 10111100 10001111 11001111 1001 11111 0 10011 100011010 101000 1000101

Color Harmonies of #BC8FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8FCF

Black with #BC8FCF

Text Example


Text Example

White with #BC8FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8FCF; }

 p { color: rgb(188,143,207); }

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

background-color css

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

 a { background-color: rgb(188,143,207); }

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

border-color css

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

 span { border-color: rgb(188,143,207); }

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