Html Css Color HEX #BE8FCC Wisteria

📋 copy color: '#BE8FCC'

red 190 ◦ green 143 ◦ blue 204

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

Shades of Wisteria #BE8FCC

Tints of Wisteria #BE8FCC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.63%

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

R = 35.38%
G = 26.63%
B = 37.99%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BE8FCC (or 0xBE8FCC) is known color: Wisteria. HEX triplet: BE, 8F and CC. RGB value is (190,143,204). Sum of RGB (Red+Green+Blue) = 190+143+204=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE8FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8FCC is #417033. Grayscale: #A3A3A3. Windows color (decimal): -4288564 or 13406142. OLE color: 13406142.

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

Color convert

RGB 190 143 204 -
CMYK 0.07 0.30 0 0.2
HSL 286.23º 0.37% 0.68% -
HSV(B) 286.23º 0.3% 0.8% -
XYZ 41.96 34.95 61.66 -
YUV 164.01 150.57 146.54 -
System Red Green Blue C M Y K H S L
Decimal 190 143 204 0.07 0.30 0 0.2 286.23 0.37 0.68
Hex BE 8F CC 7 1E 0 14 11E 25 44
Octal 276 217 314 7 36 0 24 436 45 104
Binary 10111110 10001111 11001100 111 11110 0 10100 100011110 100101 1000100

Color Harmonies of #BE8FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8FCC

Black with #BE8FCC

Text Example


Text Example

White with #BE8FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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