Html Css Color HEX #BE91CB Wisteria

📋 copy color: '#BE91CB'

red 190 ◦ green 145 ◦ blue 203

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

Shades of Wisteria #BE91CB

Tints of Wisteria #BE91CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.73%

R = 35.32%
G = 26.95%
B = 37.73%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE91CB (or 0xBE91CB) is known color: Wisteria. HEX triplet: BE, 91 and CB. RGB value is (190,145,203). Sum of RGB (Red+Green+Blue) = 190+145+203=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE91CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE91CB is #416E34. Grayscale: #A4A4A4. Windows color (decimal): -4288053 or 13341118. OLE color: 13341118.

HSL color Cylindrical-coordinate representation of color #BE91CB: hue angle of 286.55º degrees, saturation: 0.36, 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 #BE91CB is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 145 203 -
CMYK 0.06 0.29 0 0.20
HSL 286.55º 0.36% 0.68% -
HSV(B) 286.55º 0.29% 0.8% -
XYZ 42.14 35.51 61.13 -
YUV 165.07 149.41 145.78 -
System Red Green Blue C M Y K H S L
Decimal 190 145 203 0.06 0.29 0 0.20 286.55 0.36 0.68
Hex BE 91 CB 6 1D 0 14 11F 24 44
Octal 276 221 313 6 35 0 24 437 44 104
Binary 10111110 10010001 11001011 110 11101 0 10100 100011111 100100 1000100

Color Harmonies of #BE91CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE91CB

Black with #BE91CB

Text Example


Text Example

White with #BE91CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE91CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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