Html Css Color HEX #BD7DFA Heliotrope

📋 copy color: '#BD7DFA'

red 189 ◦ green 125 ◦ blue 250

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

Shades of Heliotrope #BD7DFA

Tints of Heliotrope #BD7DFA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.16%

 BLUE value IS 250 (98.05% from 255) = 44.33%

R = 33.51%
G = 22.16%
B = 44.33%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD7DFA (or 0xBD7DFA) is known color: Heliotrope. HEX triplet: BD, 7D and FA. RGB value is (189,125,250). Sum of RGB (Red+Green+Blue) = 189+125+250=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD7DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7DFA is #428205. Grayscale: #9D9D9D. Windows color (decimal): -4358662 or 16416189. OLE color: 16416189.

HSL color Cylindrical-coordinate representation of color #BD7DFA: hue angle of 270.72º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD7DFA is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 125 250 -
CMYK 0.24 0.50 0 0.02
HSL 270.72º 0.93% 0.74% -
HSV(B) 270.72º 0.5% 0.98% -
XYZ 45.58 32.39 94.29 -
YUV 158.39 179.7 149.84 -
System Red Green Blue C M Y K H S L
Decimal 189 125 250 0.24 0.50 0 0.02 270.72 0.93 0.74
Hex BD 7D FA 18 32 0 2 10F 5D 4A
Octal 275 175 372 30 62 0 2 417 135 112
Binary 10111101 1111101 11111010 11000 110010 0 10 100001111 1011101 1001010

Color Harmonies of #BD7DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7DFA

Black with #BD7DFA

Text Example


Text Example

White with #BD7DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7DFA; }

 p { color: rgb(189,125,250); }

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

background-color css

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

 a { background-color: rgb(189,125,250); }

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

border-color css

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

 span { border-color: rgb(189,125,250); }

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