Html Css Color HEX #BC94D0 Wisteria

📋 copy color: '#BC94D0'

red 188 ◦ green 148 ◦ blue 208

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

Shades of Wisteria #BC94D0

Tints of Wisteria #BC94D0

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.21%

 BLUE value IS 208 (81.64% from 255) = 38.24%

R = 34.56%
G = 27.21%
B = 38.24%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC94D0 (or 0xBC94D0) is known color: Wisteria. HEX triplet: BC, 94 and D0. RGB value is (188,148,208). Sum of RGB (Red+Green+Blue) = 188+148+208=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC94D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94D0 is #436B2F. Grayscale: #A6A6A6. Windows color (decimal): -4418352 or 13669564. OLE color: 13669564.

HSL color Cylindrical-coordinate representation of color #BC94D0: hue angle of 280º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC94D0 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 148 208 -
CMYK 0.10 0.29 0 0.18
HSL 280º 0.39% 0.7% -
HSV(B) 280º 0.29% 0.82% -
XYZ 42.71 36.43 64.45 -
YUV 166.8 151.25 143.12 -
System Red Green Blue C M Y K H S L
Decimal 188 148 208 0.10 0.29 0 0.18 280 0.39 0.7
Hex BC 94 D0 A 1D 0 12 118 27 46
Octal 274 224 320 12 35 0 22 430 47 106
Binary 10111100 10010100 11010000 1010 11101 0 10010 100011000 100111 1000110

Color Harmonies of #BC94D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC94D0

Black with #BC94D0

Text Example


Text Example

White with #BC94D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC94D0; }

 p { color: rgb(188,148,208); }

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

background-color css

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

 a { background-color: rgb(188,148,208); }

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

border-color css

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

 span { border-color: rgb(188,148,208); }

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