Html Css Color HEX #BF93CE Wisteria

📋 copy color: '#BF93CE'

red 191 ◦ green 147 ◦ blue 206

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

Shades of Wisteria #BF93CE

Tints of Wisteria #BF93CE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.02%

 BLUE value IS 206 (80.86% from 255) = 37.87%

R = 35.11%
G = 27.02%
B = 37.87%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF93CE (or 0xBF93CE) is known color: Wisteria. HEX triplet: BF, 93 and CE. RGB value is (191,147,206). Sum of RGB (Red+Green+Blue) = 191+147+206=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF93CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF93CE is #406C31. Grayscale: #A6A6A6. Windows color (decimal): -4222002 or 13538239. OLE color: 13538239.

HSL color Cylindrical-coordinate representation of color #BF93CE: hue angle of 284.75º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF93CE is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 147 206 -
CMYK 0.07 0.29 0 0.19
HSL 284.75º 0.38% 0.69% -
HSV(B) 284.75º 0.29% 0.81% -
XYZ 43.06 36.4 63.15 -
YUV 166.88 150.08 145.2 -
System Red Green Blue C M Y K H S L
Decimal 191 147 206 0.07 0.29 0 0.19 284.75 0.38 0.69
Hex BF 93 CE 7 1D 0 13 11D 26 45
Octal 277 223 316 7 35 0 23 435 46 105
Binary 10111111 10010011 11001110 111 11101 0 10011 100011101 100110 1000101

Color Harmonies of #BF93CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF93CE

Black with #BF93CE

Text Example


Text Example

White with #BF93CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF93CE; }

 p { color: rgb(191,147,206); }

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

background-color css

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

 a { background-color: rgb(191,147,206); }

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

border-color css

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

 span { border-color: rgb(191,147,206); }

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