Html Css Color HEX #BD8CEB Wisteria

📋 copy color: '#BD8CEB'

red 189 ◦ green 140 ◦ blue 235

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

Shades of Wisteria #BD8CEB

Tints of Wisteria #BD8CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.67%

R = 33.51%
G = 24.82%
B = 41.67%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD8CEB (or 0xBD8CEB) is known color: Wisteria. HEX triplet: BD, 8C and EB. RGB value is (189,140,235). Sum of RGB (Red+Green+Blue) = 189+140+235=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD8CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8CEB is #427314. Grayscale: #A5A5A5. Windows color (decimal): -4354837 or 15436989. OLE color: 15436989.

HSL color Cylindrical-coordinate representation of color #BD8CEB: hue angle of 270.95º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD8CEB is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 140 235 -
CMYK 0.20 0.40 0 0.08
HSL 270.95º 0.7% 0.74% -
HSV(B) 270.95º 0.4% 0.92% -
XYZ 45.36 35.57 83.07 -
YUV 165.48 167.23 144.78 -
System Red Green Blue C M Y K H S L
Decimal 189 140 235 0.20 0.40 0 0.08 270.95 0.7 0.74
Hex BD 8C EB 14 28 0 8 10F 46 4A
Octal 275 214 353 24 50 0 10 417 106 112
Binary 10111101 10001100 11101011 10100 101000 0 1000 100001111 1000110 1001010

Color Harmonies of #BD8CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8CEB

Black with #BD8CEB

Text Example


Text Example

White with #BD8CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8CEB; }

 p { color: rgb(189,140,235); }

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

background-color css

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

 a { background-color: rgb(189,140,235); }

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

border-color css

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

 span { border-color: rgb(189,140,235); }

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