Html Css Color HEX #BD83FD Heliotrope

📋 copy color: '#BD83FD'

red 189 ◦ green 131 ◦ blue 253

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

Shades of Heliotrope #BD83FD

Tints of Heliotrope #BD83FD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.86%

 BLUE value IS 253 (99.22% from 255) = 44.15%

R = 32.98%
G = 22.86%
B = 44.15%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD83FD (or 0xBD83FD) is known color: Heliotrope. HEX triplet: BD, 83 and FD. RGB value is (189,131,253). Sum of RGB (Red+Green+Blue) = 189+131+253=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 131 (51.56% from 255 or 22.86% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD83FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD83FD is #427C02. Grayscale: #A1A1A1. Windows color (decimal): -4357123 or 16614333. OLE color: 16614333.

HSL color Cylindrical-coordinate representation of color #BD83FD: hue angle of 268.52º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD83FD is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 131 253 -
CMYK 0.25 0.48 0 0.01
HSL 268.52º 0.97% 0.75% -
HSV(B) 268.52º 0.48% 0.99% -
XYZ 46.83 34.14 97.05 -
YUV 162.25 179.22 147.08 -
System Red Green Blue C M Y K H S L
Decimal 189 131 253 0.25 0.48 0 0.01 268.52 0.97 0.75
Hex BD 83 FD 19 30 0 1 10D 61 4B
Octal 275 203 375 31 60 0 1 415 141 113
Binary 10111101 10000011 11111101 11001 110000 0 1 100001101 1100001 1001011

Color Harmonies of #BD83FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD83FD

Black with #BD83FD

Text Example


Text Example

White with #BD83FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD83FD; }

 p { color: rgb(189,131,253); }

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

background-color css

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

 a { background-color: rgb(189,131,253); }

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

border-color css

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

 span { border-color: rgb(189,131,253); }

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