Html Css Color HEX #BE7FE6 Wisteria

📋 copy color: '#BE7FE6'

red 190 ◦ green 127 ◦ blue 230

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

Shades of Wisteria #BE7FE6

Tints of Wisteria #BE7FE6

RGB

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

 GREEN value IS 127 (50% from 255) = 23.22%

 BLUE value IS 230 (90.23% from 255) = 42.05%

R = 34.73%
G = 23.22%
B = 42.05%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BE7FE6 (or 0xBE7FE6) is known color: Wisteria. HEX triplet: BE, 7F and E6. RGB value is (190,127,230). Sum of RGB (Red+Green+Blue) = 190+127+230=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE7FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7FE6 is #418019. Grayscale: #9D9D9D. Windows color (decimal): -4292634 or 15105982. OLE color: 15105982.

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

Color convert

RGB 190 127 230 -
CMYK 0.17 0.45 0 0.10
HSL 276.7º 0.67% 0.7% -
HSV(B) 276.7º 0.45% 0.9% -
XYZ 43.11 31.84 78.74 -
YUV 157.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 190 127 230 0.17 0.45 0 0.10 276.7 0.67 0.7
Hex BE 7F E6 11 2D 0 A 115 43 46
Octal 276 177 346 21 55 0 12 425 103 106
Binary 10111110 1111111 11100110 10001 101101 0 1010 100010101 1000011 1000110

Color Harmonies of #BE7FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7FE6

Black with #BE7FE6

Text Example


Text Example

White with #BE7FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7FE6; }

 p { color: rgb(190,127,230); }

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

background-color css

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

 a { background-color: rgb(190,127,230); }

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

border-color css

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

 span { border-color: rgb(190,127,230); }

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