Html Css Color HEX #BD90E6 Wisteria

📋 copy color: '#BD90E6'

red 189 ◦ green 144 ◦ blue 230

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

Shades of Wisteria #BD90E6

Tints of Wisteria #BD90E6

RGB

 RED value IS 189 (74.22% from 255) = 33.57%

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

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

R = 33.57%
G = 25.58%
B = 40.85%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BD90E6 (or 0xBD90E6) is known color: Wisteria. HEX triplet: BD, 90 and E6. RGB value is (189,144,230). Sum of RGB (Red+Green+Blue) = 189+144+230=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 230 (90.23% from 255 or 40.85% from 563); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD90E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD90E6 is #426F19. Grayscale: #A6A6A6. Windows color (decimal): -4353818 or 15110333. OLE color: 15110333.

HSL color Cylindrical-coordinate representation of color #BD90E6: hue angle of 271.4º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD90E6 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 144 230 -
CMYK 0.18 0.37 0 0.10
HSL 271.4º 0.63% 0.73% -
HSV(B) 271.4º 0.37% 0.9% -
XYZ 45.24 36.48 79.52 -
YUV 167.26 163.41 143.51 -
System Red Green Blue C M Y K H S L
Decimal 189 144 230 0.18 0.37 0 0.10 271.4 0.63 0.73
Hex BD 90 E6 12 25 0 A 10F 3F 49
Octal 275 220 346 22 45 0 12 417 77 111
Binary 10111101 10010000 11100110 10010 100101 0 1010 100001111 111111 1001001

Color Harmonies of #BD90E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD90E6

Black with #BD90E6

Text Example


Text Example

White with #BD90E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD90E6; }

 p { color: rgb(189,144,230); }

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

background-color css

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

 a { background-color: rgb(189,144,230); }

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

border-color css

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

 span { border-color: rgb(189,144,230); }

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