Html Css Color HEX #BE8CED Wisteria

📋 copy color: '#BE8CED'

red 190 ◦ green 140 ◦ blue 237

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

Shades of Wisteria #BE8CED

Tints of Wisteria #BE8CED

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.69%

 BLUE value IS 237 (92.97% from 255) = 41.8%

R = 33.51%
G = 24.69%
B = 41.8%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE8CED (or 0xBE8CED) is known color: Wisteria. HEX triplet: BE, 8C and ED. RGB value is (190,140,237). Sum of RGB (Red+Green+Blue) = 190+140+237=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE8CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8CED is #417312. Grayscale: #A5A5A5. Windows color (decimal): -4289299 or 15568062. OLE color: 15568062.

HSL color Cylindrical-coordinate representation of color #BE8CED: hue angle of 270.93º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE8CED is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 140 237 -
CMYK 0.20 0.41 0 0.07
HSL 270.93º 0.73% 0.74% -
HSV(B) 270.93º 0.41% 0.93% -
XYZ 45.9 35.82 84.62 -
YUV 166.01 168.07 145.11 -
System Red Green Blue C M Y K H S L
Decimal 190 140 237 0.20 0.41 0 0.07 270.93 0.73 0.74
Hex BE 8C ED 14 29 0 7 10F 49 4A
Octal 276 214 355 24 51 0 7 417 111 112
Binary 10111110 10001100 11101101 10100 101001 0 111 100001111 1001001 1001010

Color Harmonies of #BE8CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8CED

Black with #BE8CED

Text Example


Text Example

White with #BE8CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8CED; }

 p { color: rgb(190,140,237); }

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

background-color css

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

 a { background-color: rgb(190,140,237); }

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

border-color css

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

 span { border-color: rgb(190,140,237); }

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