Html Css Color HEX #BD93CC Wisteria

📋 copy color: '#BD93CC'

red 189 ◦ green 147 ◦ blue 204

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

Shades of Wisteria #BD93CC

Tints of Wisteria #BD93CC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.22%

 BLUE value IS 204 (80.08% from 255) = 37.78%

R = 35%
G = 27.22%
B = 37.78%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD93CC (or 0xBD93CC) is known color: Wisteria. HEX triplet: BD, 93 and CC. RGB value is (189,147,204). Sum of RGB (Red+Green+Blue) = 189+147+204=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD93CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93CC is #426C33. Grayscale: #A5A5A5. Windows color (decimal): -4353076 or 13407165. OLE color: 13407165.

HSL color Cylindrical-coordinate representation of color #BD93CC: hue angle of 284.21º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD93CC is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 147 204 -
CMYK 0.07 0.28 0 0.2
HSL 284.21º 0.36% 0.69% -
HSV(B) 284.21º 0.28% 0.8% -
XYZ 42.32 36.05 61.85 -
YUV 166.06 149.41 144.37 -
System Red Green Blue C M Y K H S L
Decimal 189 147 204 0.07 0.28 0 0.2 284.21 0.36 0.69
Hex BD 93 CC 7 1C 0 14 11C 24 45
Octal 275 223 314 7 34 0 24 434 44 105
Binary 10111101 10010011 11001100 111 11100 0 10100 100011100 100100 1000101

Color Harmonies of #BD93CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD93CC

Black with #BD93CC

Text Example


Text Example

White with #BD93CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD93CC; }

 p { color: rgb(189,147,204); }

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

background-color css

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

 a { background-color: rgb(189,147,204); }

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

border-color css

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

 span { border-color: rgb(189,147,204); }

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