Html Css Color HEX #BD80FB Heliotrope

📋 copy color: '#BD80FB'

red 189 ◦ green 128 ◦ blue 251

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

Shades of Heliotrope #BD80FB

Tints of Heliotrope #BD80FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.19%

R = 33.27%
G = 22.54%
B = 44.19%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD80FB (or 0xBD80FB) is known color: Heliotrope. HEX triplet: BD, 80 and FB. RGB value is (189,128,251). Sum of RGB (Red+Green+Blue) = 189+128+251=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD80FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD80FB is #427F04. Grayscale: #9F9F9F. Windows color (decimal): -4357893 or 16482493. OLE color: 16482493.

HSL color Cylindrical-coordinate representation of color #BD80FB: hue angle of 269.76º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD80FB is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 128 251 -
CMYK 0.25 0.49 0 0.02
HSL 269.76º 0.94% 0.74% -
HSV(B) 269.76º 0.49% 0.98% -
XYZ 46.12 33.22 95.25 -
YUV 160.26 179.21 148.5 -
System Red Green Blue C M Y K H S L
Decimal 189 128 251 0.25 0.49 0 0.02 269.76 0.94 0.74
Hex BD 80 FB 19 31 0 2 10E 5E 4A
Octal 275 200 373 31 61 0 2 416 136 112
Binary 10111101 10000000 11111011 11001 110001 0 10 100001110 1011110 1001010

Color Harmonies of #BD80FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD80FB

Black with #BD80FB

Text Example


Text Example

White with #BD80FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD80FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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