Html Css Color HEX #BD8AFB Wisteria

📋 copy color: '#BD8AFB'

red 189 ◦ green 138 ◦ blue 251

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

Shades of Wisteria #BD8AFB

Tints of Wisteria #BD8AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.88%

 BLUE value IS 251 (98.44% from 255) = 43.43%

R = 32.7%
G = 23.88%
B = 43.43%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD8AFB (or 0xBD8AFB) is known color: Wisteria. HEX triplet: BD, 8A and FB. RGB value is (189,138,251). Sum of RGB (Red+Green+Blue) = 189+138+251=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 138 (54.30% from 255 or 23.88% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD8AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8AFB is #427504. Grayscale: #A5A5A5. Windows color (decimal): -4355333 or 16485053. OLE color: 16485053.

HSL color Cylindrical-coordinate representation of color #BD8AFB: hue angle of 267.08º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD8AFB is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 138 251 -
CMYK 0.25 0.45 0 0.02
HSL 267.08º 0.93% 0.76% -
HSV(B) 267.08º 0.45% 0.98% -
XYZ 47.49 35.96 95.71 -
YUV 166.13 175.9 144.31 -
System Red Green Blue C M Y K H S L
Decimal 189 138 251 0.25 0.45 0 0.02 267.08 0.93 0.76
Hex BD 8A FB 19 2D 0 2 10B 5D 4C
Octal 275 212 373 31 55 0 2 413 135 114
Binary 10111101 10001010 11111011 11001 101101 0 10 100001011 1011101 1001100

Color Harmonies of #BD8AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8AFB

Black with #BD8AFB

Text Example


Text Example

White with #BD8AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8AFB; }

 p { color: rgb(189,138,251); }

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

background-color css

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

 a { background-color: rgb(189,138,251); }

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

border-color css

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

 span { border-color: rgb(189,138,251); }

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