Html Css Color HEX #BE8CFD Wisteria

📋 copy color: '#BE8CFD'

red 190 ◦ green 140 ◦ blue 253

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

Shades of Wisteria #BE8CFD

Tints of Wisteria #BE8CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.4%

R = 32.59%
G = 24.01%
B = 43.4%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE8CFD (or 0xBE8CFD) is known color: Wisteria. HEX triplet: BE, 8C and FD. RGB value is (190,140,253). Sum of RGB (Red+Green+Blue) = 190+140+253=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 140 (55.08% from 255 or 24.01% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE8CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8CFD is #417302. Grayscale: #A7A7A7. Windows color (decimal): -4289283 or 16616638. OLE color: 16616638.

HSL color Cylindrical-coordinate representation of color #BE8CFD: hue angle of 266.55º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE8CFD is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 140 253 -
CMYK 0.25 0.45 0 0.01
HSL 266.55º 0.97% 0.77% -
HSV(B) 266.55º 0.45% 0.99% -
XYZ 48.34 36.8 97.48 -
YUV 167.83 176.07 143.81 -
System Red Green Blue C M Y K H S L
Decimal 190 140 253 0.25 0.45 0 0.01 266.55 0.97 0.77
Hex BE 8C FD 19 2D 0 1 10B 61 4D
Octal 276 214 375 31 55 0 1 413 141 115
Binary 10111110 10001100 11111101 11001 101101 0 1 100001011 1100001 1001101

Color Harmonies of #BE8CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8CFD

Black with #BE8CFD

Text Example


Text Example

White with #BE8CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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