Html Css Color HEX #BD92D4 Wisteria

📋 copy color: '#BD92D4'

red 189 ◦ green 146 ◦ blue 212

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

Shades of Wisteria #BD92D4

Tints of Wisteria #BD92D4

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.69%

 BLUE value IS 212 (83.2% from 255) = 38.76%

R = 34.55%
G = 26.69%
B = 38.76%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BD92D4 (or 0xBD92D4) is known color: Wisteria. HEX triplet: BD, 92 and D4. RGB value is (189,146,212). Sum of RGB (Red+Green+Blue) = 189+146+212=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 212 - color contains mainly: blue. Hex color #BD92D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD92D4 is #426D2B. Grayscale: #A6A6A6. Windows color (decimal): -4353324 or 13931197. OLE color: 13931197.

HSL color Cylindrical-coordinate representation of color #BD92D4: hue angle of 279.09º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD92D4 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 146 212 -
CMYK 0.11 0.31 0 0.17
HSL 279.09º 0.43% 0.7% -
HSV(B) 279.09º 0.31% 0.83% -
XYZ 43.15 36.13 66.99 -
YUV 166.38 153.75 144.13 -
System Red Green Blue C M Y K H S L
Decimal 189 146 212 0.11 0.31 0 0.17 279.09 0.43 0.7
Hex BD 92 D4 B 1F 0 11 117 2B 46
Octal 275 222 324 13 37 0 21 427 53 106
Binary 10111101 10010010 11010100 1011 11111 0 10001 100010111 101011 1000110

Color Harmonies of #BD92D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD92D4

Black with #BD92D4

Text Example


Text Example

White with #BD92D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD92D4; }

 p { color: rgb(189,146,212); }

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

background-color css

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

 a { background-color: rgb(189,146,212); }

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

border-color css

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

 span { border-color: rgb(189,146,212); }

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