Html Css Color HEX #BE7BE6 Wisteria

📋 copy color: '#BE7BE6'

red 190 ◦ green 123 ◦ blue 230

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

Shades of Wisteria #BE7BE6

Tints of Wisteria #BE7BE6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.65%

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

R = 34.99%
G = 22.65%
B = 42.36%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BE7BE6 (or 0xBE7BE6) is known color: Wisteria. HEX triplet: BE, 7B and E6. RGB value is (190,123,230). Sum of RGB (Red+Green+Blue) = 190+123+230=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE7BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7BE6 is #418419. Grayscale: #9A9A9A. Windows color (decimal): -4293658 or 15104958. OLE color: 15104958.

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

Color convert

RGB 190 123 230 -
CMYK 0.17 0.47 0 0.10
HSL 277.57º 0.68% 0.69% -
HSV(B) 277.57º 0.47% 0.9% -
XYZ 42.6 30.83 78.57 -
YUV 155.23 170.2 152.8 -
System Red Green Blue C M Y K H S L
Decimal 190 123 230 0.17 0.47 0 0.10 277.57 0.68 0.69
Hex BE 7B E6 11 2F 0 A 116 44 45
Octal 276 173 346 21 57 0 12 426 104 105
Binary 10111110 1111011 11100110 10001 101111 0 1010 100010110 1000100 1000101

Color Harmonies of #BE7BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7BE6

Black with #BE7BE6

Text Example


Text Example

White with #BE7BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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