Html Css Color HEX #BD7CEA Wisteria

📋 copy color: '#BD7CEA'

red 189 ◦ green 124 ◦ blue 234

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

Shades of Wisteria #BD7CEA

Tints of Wisteria #BD7CEA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.67%

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

R = 34.55%
G = 22.67%
B = 42.78%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD7CEA (or 0xBD7CEA) is known color: Wisteria. HEX triplet: BD, 7C and EA. RGB value is (189,124,234). Sum of RGB (Red+Green+Blue) = 189+124+234=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 124 (48.83% from 255 or 22.67% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD7CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7CEA is #428315. Grayscale: #9B9B9B. Windows color (decimal): -4358934 or 15367357. OLE color: 15367357.

HSL color Cylindrical-coordinate representation of color #BD7CEA: hue angle of 275.45º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD7CEA is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 124 234 -
CMYK 0.19 0.47 0 0.08
HSL 275.45º 0.72% 0.7% -
HSV(B) 275.45º 0.47% 0.92% -
XYZ 43.05 31.17 81.59 -
YUV 155.98 172.03 151.56 -
System Red Green Blue C M Y K H S L
Decimal 189 124 234 0.19 0.47 0 0.08 275.45 0.72 0.7
Hex BD 7C EA 13 2F 0 8 113 48 46
Octal 275 174 352 23 57 0 10 423 110 106
Binary 10111101 1111100 11101010 10011 101111 0 1000 100010011 1001000 1000110

Color Harmonies of #BD7CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7CEA

Black with #BD7CEA

Text Example


Text Example

White with #BD7CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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