Html Css Color HEX #BD8FCC Wisteria

📋 copy color: '#BD8FCC'

red 189 ◦ green 143 ◦ blue 204

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

Shades of Wisteria #BD8FCC

Tints of Wisteria #BD8FCC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.68%

 BLUE value IS 204 (80.08% from 255) = 38.06%

R = 35.26%
G = 26.68%
B = 38.06%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD8FCC (or 0xBD8FCC) is known color: Wisteria. HEX triplet: BD, 8F and CC. RGB value is (189,143,204). Sum of RGB (Red+Green+Blue) = 189+143+204=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD8FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FCC is #427033. Grayscale: #A3A3A3. Windows color (decimal): -4354100 or 13406141. OLE color: 13406141.

HSL color Cylindrical-coordinate representation of color #BD8FCC: hue angle of 285.25º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD8FCC is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 143 204 -
CMYK 0.07 0.30 0 0.2
HSL 285.25º 0.37% 0.68% -
HSV(B) 285.25º 0.3% 0.8% -
XYZ 41.71 34.82 61.65 -
YUV 163.71 150.74 146.04 -
System Red Green Blue C M Y K H S L
Decimal 189 143 204 0.07 0.30 0 0.2 285.25 0.37 0.68
Hex BD 8F CC 7 1E 0 14 11D 25 44
Octal 275 217 314 7 36 0 24 435 45 104
Binary 10111101 10001111 11001100 111 11110 0 10100 100011101 100101 1000100

Color Harmonies of #BD8FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8FCC

Black with #BD8FCC

Text Example


Text Example

White with #BD8FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8FCC; }

 p { color: rgb(189,143,204); }

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

background-color css

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

 a { background-color: rgb(189,143,204); }

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

border-color css

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

 span { border-color: rgb(189,143,204); }

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