Html Css Color HEX #BC8FDA Wisteria

📋 copy color: '#BC8FDA'

red 188 ◦ green 143 ◦ blue 218

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

Shades of Wisteria #BC8FDA

Tints of Wisteria #BC8FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.71%

R = 34.24%
G = 26.05%
B = 39.71%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC8FDA (or 0xBC8FDA) is known color: Wisteria. HEX triplet: BC, 8F and DA. RGB value is (188,143,218). Sum of RGB (Red+Green+Blue) = 188+143+218=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC8FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FDA is #437025. Grayscale: #A4A4A4. Windows color (decimal): -4419622 or 14323644. OLE color: 14323644.

HSL color Cylindrical-coordinate representation of color #BC8FDA: hue angle of 276º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC8FDA is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 143 218 -
CMYK 0.14 0.34 0 0.15
HSL 276º 0.5% 0.71% -
HSV(B) 276º 0.34% 0.85% -
XYZ 43.22 35.4 70.88 -
YUV 165.01 157.91 144.4 -
System Red Green Blue C M Y K H S L
Decimal 188 143 218 0.14 0.34 0 0.15 276 0.5 0.71
Hex BC 8F DA E 22 0 F 114 32 47
Octal 274 217 332 16 42 0 17 424 62 107
Binary 10111100 10001111 11011010 1110 100010 0 1111 100010100 110010 1000111

Color Harmonies of #BC8FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8FDA

Black with #BC8FDA

Text Example


Text Example

White with #BC8FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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