Html Css Color HEX #BD8BFD Wisteria

📋 copy color: '#BD8BFD'

red 189 ◦ green 139 ◦ blue 253

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

Shades of Wisteria #BD8BFD

Tints of Wisteria #BD8BFD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.92%

 BLUE value IS 253 (99.22% from 255) = 43.55%

R = 32.53%
G = 23.92%
B = 43.55%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD8BFD (or 0xBD8BFD) is known color: Wisteria. HEX triplet: BD, 8B and FD. RGB value is (189,139,253). Sum of RGB (Red+Green+Blue) = 189+139+253=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD8BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8BFD is #427402. Grayscale: #A6A6A6. Windows color (decimal): -4355075 or 16616381. OLE color: 16616381.

HSL color Cylindrical-coordinate representation of color #BD8BFD: hue angle of 266.32º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD8BFD is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 139 253 -
CMYK 0.25 0.45 0 0.01
HSL 266.32º 0.97% 0.77% -
HSV(B) 266.32º 0.45% 0.99% -
XYZ 47.95 36.38 97.42 -
YUV 166.95 176.57 143.73 -
System Red Green Blue C M Y K H S L
Decimal 189 139 253 0.25 0.45 0 0.01 266.32 0.97 0.77
Hex BD 8B FD 19 2D 0 1 10A 61 4D
Octal 275 213 375 31 55 0 1 412 141 115
Binary 10111101 10001011 11111101 11001 101101 0 1 100001010 1100001 1001101

Color Harmonies of #BD8BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8BFD

Black with #BD8BFD

Text Example


Text Example

White with #BD8BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8BFD; }

 p { color: rgb(189,139,253); }

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

background-color css

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

 a { background-color: rgb(189,139,253); }

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

border-color css

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

 span { border-color: rgb(189,139,253); }

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