Html Css Color HEX #BF90ED Wisteria

📋 copy color: '#BF90ED'

red 191 ◦ green 144 ◦ blue 237

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

Shades of Wisteria #BF90ED

Tints of Wisteria #BF90ED

RGB

 RED value IS 191 (75% from 255) = 33.39%

 GREEN value IS 144 (56.64% from 255) = 25.17%

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

R = 33.39%
G = 25.17%
B = 41.43%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF90ED (or 0xBF90ED) is known color: Wisteria. HEX triplet: BF, 90 and ED. RGB value is (191,144,237). Sum of RGB (Red+Green+Blue) = 191+144+237=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF90ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF90ED is #406F12. Grayscale: #A8A8A8. Windows color (decimal): -4222739 or 15569087. OLE color: 15569087.

HSL color Cylindrical-coordinate representation of color #BF90ED: hue angle of 270.32º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF90ED is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 144 237 -
CMYK 0.19 0.39 0 0.07
HSL 270.32º 0.72% 0.75% -
HSV(B) 270.32º 0.39% 0.93% -
XYZ 46.75 37.14 84.83 -
YUV 168.66 166.57 143.94 -
System Red Green Blue C M Y K H S L
Decimal 191 144 237 0.19 0.39 0 0.07 270.32 0.72 0.75
Hex BF 90 ED 13 27 0 7 10E 48 4B
Octal 277 220 355 23 47 0 7 416 110 113
Binary 10111111 10010000 11101101 10011 100111 0 111 100001110 1001000 1001011

Color Harmonies of #BF90ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF90ED

Black with #BF90ED

Text Example


Text Example

White with #BF90ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF90ED; }

 p { color: rgb(191,144,237); }

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

background-color css

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

 a { background-color: rgb(191,144,237); }

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

border-color css

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

 span { border-color: rgb(191,144,237); }

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