Html Css Color HEX #BD94CA Wisteria

📋 copy color: '#BD94CA'

red 189 ◦ green 148 ◦ blue 202

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

Shades of Wisteria #BD94CA

Tints of Wisteria #BD94CA

RGB

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

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

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

R = 35.06%
G = 27.46%
B = 37.48%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD94CA (or 0xBD94CA) is known color: Wisteria. HEX triplet: BD, 94 and CA. RGB value is (189,148,202). Sum of RGB (Red+Green+Blue) = 189+148+202=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 148 (58.20% from 255 or 27.46% 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 #BD94CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD94CA is #426B35. Grayscale: #A6A6A6. Windows color (decimal): -4352822 or 13276349. OLE color: 13276349.

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

Color convert

RGB 189 148 202 -
CMYK 0.06 0.27 0 0.21
HSL 285.56º 0.34% 0.69% -
HSV(B) 285.56º 0.27% 0.79% -
XYZ 42.24 36.26 60.65 -
YUV 166.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 189 148 202 0.06 0.27 0 0.21 285.56 0.34 0.69
Hex BD 94 CA 6 1B 0 15 11E 22 45
Octal 275 224 312 6 33 0 25 436 42 105
Binary 10111101 10010100 11001010 110 11011 0 10101 100011110 100010 1000101

Color Harmonies of #BD94CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD94CA

Black with #BD94CA

Text Example


Text Example

White with #BD94CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD94CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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