Html Css Color HEX #BD96CA Wisteria

📋 copy color: '#BD96CA'

red 189 ◦ green 150 ◦ blue 202

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

Shades of Wisteria #BD96CA

Tints of Wisteria #BD96CA

RGB

 RED value IS 189 (74.22% from 255) = 34.94%

 GREEN value IS 150 (58.98% from 255) = 27.73%

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

R = 34.94%
G = 27.73%
B = 37.34%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD96CA (or 0xBD96CA) is known color: Wisteria. HEX triplet: BD, 96 and CA. RGB value is (189,150,202). Sum of RGB (Red+Green+Blue) = 189+150+202=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD96CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96CA is #426935. Grayscale: #A7A7A7. Windows color (decimal): -4352310 or 13276861. OLE color: 13276861.

HSL color Cylindrical-coordinate representation of color #BD96CA: hue angle of 285º 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 #BD96CA is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 150 202 -
CMYK 0.06 0.26 0 0.21
HSL 285º 0.33% 0.69% -
HSV(B) 285º 0.26% 0.79% -
XYZ 42.55 36.9 60.76 -
YUV 167.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 189 150 202 0.06 0.26 0 0.21 285 0.33 0.69
Hex BD 96 CA 6 1A 0 15 11D 21 45
Octal 275 226 312 6 32 0 25 435 41 105
Binary 10111101 10010110 11001010 110 11010 0 10101 100011101 100001 1000101

Color Harmonies of #BD96CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD96CA

Black with #BD96CA

Text Example


Text Example

White with #BD96CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD96CA; }

 p { color: rgb(189,150,202); }

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

background-color css

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

 a { background-color: rgb(189,150,202); }

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

border-color css

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

 span { border-color: rgb(189,150,202); }

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