Html Css Color HEX #BD84FE Heliotrope

📋 copy color: '#BD84FE'

red 189 ◦ green 132 ◦ blue 254

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

Shades of Heliotrope #BD84FE

Tints of Heliotrope #BD84FE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.96%

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

R = 32.87%
G = 22.96%
B = 44.17%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD84FE (or 0xBD84FE) is known color: Heliotrope. HEX triplet: BD, 84 and FE. RGB value is (189,132,254). Sum of RGB (Red+Green+Blue) = 189+132+254=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD84FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD84FE is #427B01. Grayscale: #A2A2A2. Windows color (decimal): -4356866 or 16680125. OLE color: 16680125.

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

Color convert

RGB 189 132 254 -
CMYK 0.26 0.48 0 0.00
HSL 268.03º 0.98% 0.76% -
HSV(B) 268.03º 0.48% 1% -
XYZ 47.13 34.48 97.94 -
YUV 162.95 179.38 146.58 -
System Red Green Blue C M Y K H S L
Decimal 189 132 254 0.26 0.48 0 0.00 268.03 0.98 0.76
Hex BD 84 FE 1A 30 0 0 10C 62 4C
Octal 275 204 376 32 60 0 0 414 142 114
Binary 10111101 10000100 11111110 11010 110000 0 0 100001100 1100010 1001100

Color Harmonies of #BD84FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD84FE

Black with #BD84FE

Text Example


Text Example

White with #BD84FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD84FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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