Html Css Color HEX #BD80FA Heliotrope

📋 copy color: '#BD80FA'

red 189 ◦ green 128 ◦ blue 250

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

Shades of Heliotrope #BD80FA

Tints of Heliotrope #BD80FA

RGB

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

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

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

R = 33.33%
G = 22.57%
B = 44.09%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD80FA (or 0xBD80FA) is known color: Heliotrope. HEX triplet: BD, 80 and FA. RGB value is (189,128,250). Sum of RGB (Red+Green+Blue) = 189+128+250=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD80FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD80FA is #427F05. Grayscale: #9F9F9F. Windows color (decimal): -4357894 or 16416957. OLE color: 16416957.

HSL color Cylindrical-coordinate representation of color #BD80FA: hue angle of 270º degrees, saturation: 0.92, 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 #BD80FA is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 128 250 -
CMYK 0.24 0.49 0 0.02
HSL 270º 0.92% 0.74% -
HSV(B) 270º 0.49% 0.98% -
XYZ 45.96 33.16 94.42 -
YUV 160.15 178.71 148.58 -
System Red Green Blue C M Y K H S L
Decimal 189 128 250 0.24 0.49 0 0.02 270 0.92 0.74
Hex BD 80 FA 18 31 0 2 10E 5C 4A
Octal 275 200 372 30 61 0 2 416 134 112
Binary 10111101 10000000 11111010 11000 110001 0 10 100001110 1011100 1001010

Color Harmonies of #BD80FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD80FA

Black with #BD80FA

Text Example


Text Example

White with #BD80FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD80FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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