Html Css Color HEX #BD7EF0 Wisteria

📋 copy color: '#BD7EF0'

red 189 ◦ green 126 ◦ blue 240

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

Shades of Wisteria #BD7EF0

Tints of Wisteria #BD7EF0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.7%

 BLUE value IS 240 (94.14% from 255) = 43.24%

R = 34.05%
G = 22.7%
B = 43.24%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD7EF0 (or 0xBD7EF0) is known color: Wisteria. HEX triplet: BD, 7E and F0. RGB value is (189,126,240). Sum of RGB (Red+Green+Blue) = 189+126+240=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 126 (49.61% from 255 or 22.70% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD7EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7EF0 is #42810F. Grayscale: #9D9D9D. Windows color (decimal): -4358416 or 15761085. OLE color: 15761085.

HSL color Cylindrical-coordinate representation of color #BD7EF0: hue angle of 273.16º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD7EF0 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 126 240 -
CMYK 0.21 0.48 0 0.06
HSL 273.16º 0.79% 0.72% -
HSV(B) 273.16º 0.48% 0.94% -
XYZ 44.18 32.03 86.29 -
YUV 157.83 174.37 150.23 -
System Red Green Blue C M Y K H S L
Decimal 189 126 240 0.21 0.48 0 0.06 273.16 0.79 0.72
Hex BD 7E F0 15 30 0 6 111 4F 48
Octal 275 176 360 25 60 0 6 421 117 110
Binary 10111101 1111110 11110000 10101 110000 0 110 100010001 1001111 1001000

Color Harmonies of #BD7EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7EF0

Black with #BD7EF0

Text Example


Text Example

White with #BD7EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7EF0; }

 p { color: rgb(189,126,240); }

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

background-color css

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

 a { background-color: rgb(189,126,240); }

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

border-color css

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

 span { border-color: rgb(189,126,240); }

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