Html Css Color HEX #BD82FE Heliotrope

📋 copy color: '#BD82FE'

red 189 ◦ green 130 ◦ blue 254

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

Shades of Heliotrope #BD82FE

Tints of Heliotrope #BD82FE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.69%

 BLUE value IS 254 (99.61% from 255) = 44.33%

R = 32.98%
G = 22.69%
B = 44.33%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD82FE (or 0xBD82FE) is known color: Heliotrope. HEX triplet: BD, 82 and FE. RGB value is (189,130,254). Sum of RGB (Red+Green+Blue) = 189+130+254=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 130 (51.17% from 255 or 22.69% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD82FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD82FE is #427D01. Grayscale: #A1A1A1. Windows color (decimal): -4357378 or 16679613. OLE color: 16679613.

HSL color Cylindrical-coordinate representation of color #BD82FE: hue angle of 268.55º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD82FE is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 130 254 -
CMYK 0.26 0.49 0 0.00
HSL 268.55º 0.98% 0.75% -
HSV(B) 268.55º 0.49% 1% -
XYZ 46.86 33.94 97.85 -
YUV 161.78 180.05 147.42 -
System Red Green Blue C M Y K H S L
Decimal 189 130 254 0.26 0.49 0 0.00 268.55 0.98 0.75
Hex BD 82 FE 1A 31 0 0 10D 62 4B
Octal 275 202 376 32 61 0 0 415 142 113
Binary 10111101 10000010 11111110 11010 110001 0 0 100001101 1100010 1001011

Color Harmonies of #BD82FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD82FE

Black with #BD82FE

Text Example


Text Example

White with #BD82FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD82FE; }

 p { color: rgb(189,130,254); }

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

background-color css

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

 a { background-color: rgb(189,130,254); }

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

border-color css

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

 span { border-color: rgb(189,130,254); }

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