Html Css Color HEX #BC95CA Wisteria

📋 copy color: '#BC95CA'

red 188 ◦ green 149 ◦ blue 202

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

Shades of Wisteria #BC95CA

Tints of Wisteria #BC95CA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.64%

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

R = 34.88%
G = 27.64%
B = 37.48%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC95CA (or 0xBC95CA) is known color: Wisteria. HEX triplet: BC, 95 and CA. RGB value is (188,149,202). Sum of RGB (Red+Green+Blue) = 188+149+202=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC95CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC95CA is #436A35. Grayscale: #A6A6A6. Windows color (decimal): -4418102 or 13276604. OLE color: 13276604.

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

Color convert

RGB 188 149 202 -
CMYK 0.07 0.26 0 0.21
HSL 284.15º 0.33% 0.69% -
HSV(B) 284.15º 0.26% 0.79% -
XYZ 42.15 36.45 60.69 -
YUV 166.7 147.92 143.19 -
System Red Green Blue C M Y K H S L
Decimal 188 149 202 0.07 0.26 0 0.21 284.15 0.33 0.69
Hex BC 95 CA 7 1A 0 15 11C 21 45
Octal 274 225 312 7 32 0 25 434 41 105
Binary 10111100 10010101 11001010 111 11010 0 10101 100011100 100001 1000101

Color Harmonies of #BC95CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC95CA

Black with #BC95CA

Text Example


Text Example

White with #BC95CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC95CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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