Html Css Color HEX #BD7FE3 Wisteria

📋 copy color: '#BD7FE3'

red 189 ◦ green 127 ◦ blue 227

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

Shades of Wisteria #BD7FE3

Tints of Wisteria #BD7FE3

RGB

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

 GREEN value IS 127 (50% from 255) = 23.39%

 BLUE value IS 227 (89.06% from 255) = 41.8%

R = 34.81%
G = 23.39%
B = 41.8%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BD7FE3 (or 0xBD7FE3) is known color: Wisteria. HEX triplet: BD, 7F and E3. RGB value is (189,127,227). Sum of RGB (Red+Green+Blue) = 189+127+227=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 227 (89.06% from 255 or 41.80% from 543); Max value from RGB is 227 - color contains mainly: blue. Hex color #BD7FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7FE3 is #42801C. Grayscale: #9C9C9C. Windows color (decimal): -4358173 or 14909373. OLE color: 14909373.

HSL color Cylindrical-coordinate representation of color #BD7FE3: hue angle of 277.2º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD7FE3 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 127 227 -
CMYK 0.17 0.44 0 0.11
HSL 277.2º 0.64% 0.69% -
HSV(B) 277.2º 0.44% 0.89% -
XYZ 42.44 31.54 76.52 -
YUV 156.94 167.54 150.87 -
System Red Green Blue C M Y K H S L
Decimal 189 127 227 0.17 0.44 0 0.11 277.2 0.64 0.69
Hex BD 7F E3 11 2C 0 B 115 40 45
Octal 275 177 343 21 54 0 13 425 100 105
Binary 10111101 1111111 11100011 10001 101100 0 1011 100010101 1000000 1000101

Color Harmonies of #BD7FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7FE3

Black with #BD7FE3

Text Example


Text Example

White with #BD7FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7FE3; }

 p { color: rgb(189,127,227); }

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

background-color css

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

 a { background-color: rgb(189,127,227); }

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

border-color css

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

 span { border-color: rgb(189,127,227); }

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