Html Css Color HEX #BD80F7 Heliotrope

📋 copy color: '#BD80F7'

red 189 ◦ green 128 ◦ blue 247

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

Shades of Heliotrope #BD80F7

Tints of Heliotrope #BD80F7

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.7%

 BLUE value IS 247 (96.88% from 255) = 43.79%

R = 33.51%
G = 22.7%
B = 43.79%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BD80F7 (or 0xBD80F7) is known color: Heliotrope. HEX triplet: BD, 80 and F7. RGB value is (189,128,247). Sum of RGB (Red+Green+Blue) = 189+128+247=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 247 (96.88% from 255 or 43.79% from 564); Max value from RGB is 247 - color contains mainly: blue. Hex color #BD80F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD80F7 is #427F08. Grayscale: #9F9F9F. Windows color (decimal): -4357897 or 16220349. OLE color: 16220349.

HSL color Cylindrical-coordinate representation of color #BD80F7: hue angle of 270.76º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD80F7 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 128 247 -
CMYK 0.23 0.48 0 0.03
HSL 270.76º 0.88% 0.74% -
HSV(B) 270.76º 0.48% 0.97% -
XYZ 45.49 32.97 91.96 -
YUV 159.81 177.21 148.82 -
System Red Green Blue C M Y K H S L
Decimal 189 128 247 0.23 0.48 0 0.03 270.76 0.88 0.74
Hex BD 80 F7 17 30 0 3 10F 58 4A
Octal 275 200 367 27 60 0 3 417 130 112
Binary 10111101 10000000 11110111 10111 110000 0 11 100001111 1011000 1001010

Color Harmonies of #BD80F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD80F7

Black with #BD80F7

Text Example


Text Example

White with #BD80F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD80F7; }

 p { color: rgb(189,128,247); }

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

background-color css

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

 a { background-color: rgb(189,128,247); }

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

border-color css

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

 span { border-color: rgb(189,128,247); }

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