Html Css Color HEX #BD84FF Heliotrope

📋 copy color: '#BD84FF'

red 189 ◦ green 132 ◦ blue 255

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

Shades of Heliotrope #BD84FF

Tints of Heliotrope #BD84FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.27%

R = 32.81%
G = 22.92%
B = 44.27%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD84FF (or 0xBD84FF) is known color: Heliotrope. HEX triplet: BD, 84 and FF. RGB value is (189,132,255). Sum of RGB (Red+Green+Blue) = 189+132+255=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 132 (51.95% from 255 or 22.92% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD84FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD84FF is #427B00. Grayscale: #A2A2A2. Windows color (decimal): -4356865 or 16745661. OLE color: 16745661.

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

Color convert

RGB 189 132 255 -
CMYK 0.26 0.48 0 0
HSL 267.8º 1% 0.76% -
HSV(B) 267.8º 0.48% 1% -
XYZ 47.29 34.54 98.78 -
YUV 163.07 179.88 146.5 -
System Red Green Blue C M Y K H S L
Decimal 189 132 255 0.26 0.48 0 0 267.8 1 0.76
Hex BD 84 FF 1A 30 0 0 10C 64 4C
Octal 275 204 377 32 60 0 0 414 144 114
Binary 10111101 10000100 11111111 11010 110000 0 0 100001100 1100100 1001100

Color Harmonies of #BD84FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD84FF

Black with #BD84FF

Text Example


Text Example

White with #BD84FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD84FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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