Html Css Color HEX #BC94CA Wisteria

📋 copy color: '#BC94CA'

red 188 ◦ green 148 ◦ blue 202

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

Shades of Wisteria #BC94CA

Tints of Wisteria #BC94CA

RGB

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

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

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

R = 34.94%
G = 27.51%
B = 37.55%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC94CA (or 0xBC94CA) is known color: Wisteria. HEX triplet: BC, 94 and CA. RGB value is (188,148,202). Sum of RGB (Red+Green+Blue) = 188+148+202=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC94CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94CA is #436B35. Grayscale: #A5A5A5. Windows color (decimal): -4418358 or 13276348. OLE color: 13276348.

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

Color convert

RGB 188 148 202 -
CMYK 0.07 0.27 0 0.21
HSL 284.44º 0.34% 0.69% -
HSV(B) 284.44º 0.27% 0.79% -
XYZ 41.99 36.14 60.64 -
YUV 166.12 148.25 143.61 -
System Red Green Blue C M Y K H S L
Decimal 188 148 202 0.07 0.27 0 0.21 284.44 0.34 0.69
Hex BC 94 CA 7 1B 0 15 11C 22 45
Octal 274 224 312 7 33 0 25 434 42 105
Binary 10111100 10010100 11001010 111 11011 0 10101 100011100 100010 1000101

Color Harmonies of #BC94CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC94CA

Black with #BC94CA

Text Example


Text Example

White with #BC94CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC94CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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