Html Css Color HEX #BD8CEA Wisteria

📋 copy color: '#BD8CEA'

red 189 ◦ green 140 ◦ blue 234

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

Shades of Wisteria #BD8CEA

Tints of Wisteria #BD8CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.56%

R = 33.57%
G = 24.87%
B = 41.56%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD8CEA (or 0xBD8CEA) is known color: Wisteria. HEX triplet: BD, 8C and EA. RGB value is (189,140,234). Sum of RGB (Red+Green+Blue) = 189+140+234=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD8CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8CEA is #427315. Grayscale: #A5A5A5. Windows color (decimal): -4354838 or 15371453. OLE color: 15371453.

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

Color convert

RGB 189 140 234 -
CMYK 0.19 0.40 0 0.08
HSL 271.28º 0.69% 0.73% -
HSV(B) 271.28º 0.4% 0.92% -
XYZ 45.22 35.52 82.31 -
YUV 165.37 166.73 144.86 -
System Red Green Blue C M Y K H S L
Decimal 189 140 234 0.19 0.40 0 0.08 271.28 0.69 0.73
Hex BD 8C EA 13 28 0 8 10F 45 49
Octal 275 214 352 23 50 0 10 417 105 111
Binary 10111101 10001100 11101010 10011 101000 0 1000 100001111 1000101 1001001

Color Harmonies of #BD8CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8CEA

Black with #BD8CEA

Text Example


Text Example

White with #BD8CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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