Html Css Color HEX #BE7BEA Wisteria

📋 copy color: '#BE7BEA'

red 190 ◦ green 123 ◦ blue 234

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

Shades of Wisteria #BE7BEA

Tints of Wisteria #BE7BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.78%

R = 34.73%
G = 22.49%
B = 42.78%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BE7BEA (or 0xBE7BEA) is known color: Wisteria. HEX triplet: BE, 7B and EA. RGB value is (190,123,234). Sum of RGB (Red+Green+Blue) = 190+123+234=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE7BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7BEA is #418415. Grayscale: #9B9B9B. Windows color (decimal): -4293654 or 15367102. OLE color: 15367102.

HSL color Cylindrical-coordinate representation of color #BE7BEA: hue angle of 276.22º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE7BEA is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 123 234 -
CMYK 0.19 0.47 0 0.08
HSL 276.22º 0.73% 0.7% -
HSV(B) 276.22º 0.47% 0.92% -
XYZ 43.17 31.05 81.56 -
YUV 155.69 172.2 152.47 -
System Red Green Blue C M Y K H S L
Decimal 190 123 234 0.19 0.47 0 0.08 276.22 0.73 0.7
Hex BE 7B EA 13 2F 0 8 114 49 46
Octal 276 173 352 23 57 0 10 424 111 106
Binary 10111110 1111011 11101010 10011 101111 0 1000 100010100 1001001 1000110

Color Harmonies of #BE7BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7BEA

Black with #BE7BEA

Text Example


Text Example

White with #BE7BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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