Html Css Color HEX #BE91CC Wisteria

📋 copy color: '#BE91CC'

red 190 ◦ green 145 ◦ blue 204

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

Shades of Wisteria #BE91CC

Tints of Wisteria #BE91CC

RGB

 RED value IS 190 (74.61% from 255) = 35.25%

 GREEN value IS 145 (57.03% from 255) = 26.9%

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

R = 35.25%
G = 26.9%
B = 37.85%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BE91CC (or 0xBE91CC) is known color: Wisteria. HEX triplet: BE, 91 and CC. RGB value is (190,145,204). Sum of RGB (Red+Green+Blue) = 190+145+204=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE91CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE91CC is #416E33. Grayscale: #A4A4A4. Windows color (decimal): -4288052 or 13406654. OLE color: 13406654.

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

Color convert

RGB 190 145 204 -
CMYK 0.07 0.29 0 0.2
HSL 285.76º 0.37% 0.68% -
HSV(B) 285.76º 0.29% 0.8% -
XYZ 42.26 35.56 61.76 -
YUV 165.18 149.91 145.7 -
System Red Green Blue C M Y K H S L
Decimal 190 145 204 0.07 0.29 0 0.2 285.76 0.37 0.68
Hex BE 91 CC 7 1D 0 14 11E 25 44
Octal 276 221 314 7 35 0 24 436 45 104
Binary 10111110 10010001 11001100 111 11101 0 10100 100011110 100101 1000100

Color Harmonies of #BE91CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE91CC

Black with #BE91CC

Text Example


Text Example

White with #BE91CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE91CC; }

 p { color: rgb(190,145,204); }

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

background-color css

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

 a { background-color: rgb(190,145,204); }

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

border-color css

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

 span { border-color: rgb(190,145,204); }

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