Html Css Color HEX #BD7FFD Heliotrope

📋 copy color: '#BD7FFD'

red 189 ◦ green 127 ◦ blue 253

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

Shades of Heliotrope #BD7FFD

Tints of Heliotrope #BD7FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.46%

R = 33.22%
G = 22.32%
B = 44.46%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD7FFD (or 0xBD7FFD) is known color: Heliotrope. HEX triplet: BD, 7F and FD. RGB value is (189,127,253). Sum of RGB (Red+Green+Blue) = 189+127+253=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD7FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7FFD is #428002. Grayscale: #9F9F9F. Windows color (decimal): -4358147 or 16613309. OLE color: 16613309.

HSL color Cylindrical-coordinate representation of color #BD7FFD: hue angle of 269.52º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD7FFD is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 127 253 -
CMYK 0.25 0.50 0 0.01
HSL 269.52º 0.97% 0.75% -
HSV(B) 269.52º 0.5% 0.99% -
XYZ 46.31 33.09 96.87 -
YUV 159.9 180.54 148.75 -
System Red Green Blue C M Y K H S L
Decimal 189 127 253 0.25 0.50 0 0.01 269.52 0.97 0.75
Hex BD 7F FD 19 32 0 1 10E 61 4B
Octal 275 177 375 31 62 0 1 416 141 113
Binary 10111101 1111111 11111101 11001 110010 0 1 100001110 1100001 1001011

Color Harmonies of #BD7FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7FFD

Black with #BD7FFD

Text Example


Text Example

White with #BD7FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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