Html Css Color HEX #BF84D4 Wisteria

📋 copy color: '#BF84D4'

red 191 ◦ green 132 ◦ blue 212

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

Shades of Wisteria #BF84D4

Tints of Wisteria #BF84D4

RGB

 RED value IS 191 (75% from 255) = 35.7%

 GREEN value IS 132 (51.95% from 255) = 24.67%

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

R = 35.7%
G = 24.67%
B = 39.63%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BF84D4 (or 0xBF84D4) is known color: Wisteria. HEX triplet: BF, 84 and D4. RGB value is (191,132,212). Sum of RGB (Red+Green+Blue) = 191+132+212=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF84D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF84D4 is #407B2B. Grayscale: #9E9E9E. Windows color (decimal): -4225836 or 13927615. OLE color: 13927615.

HSL color Cylindrical-coordinate representation of color #BF84D4: hue angle of 284.25º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF84D4 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 132 212 -
CMYK 0.10 0.38 0 0.17
HSL 284.25º 0.48% 0.67% -
HSV(B) 284.25º 0.38% 0.83% -
XYZ 41.62 32.33 66.33 -
YUV 158.76 158.05 151 -
System Red Green Blue C M Y K H S L
Decimal 191 132 212 0.10 0.38 0 0.17 284.25 0.48 0.67
Hex BF 84 D4 A 26 0 11 11C 30 43
Octal 277 204 324 12 46 0 21 434 60 103
Binary 10111111 10000100 11010100 1010 100110 0 10001 100011100 110000 1000011

Color Harmonies of #BF84D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF84D4

Black with #BF84D4

Text Example


Text Example

White with #BF84D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF84D4; }

 p { color: rgb(191,132,212); }

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

background-color css

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

 a { background-color: rgb(191,132,212); }

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

border-color css

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

 span { border-color: rgb(191,132,212); }

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