Html Css Color HEX #BD83FE Heliotrope

📋 copy color: '#BD83FE'

red 189 ◦ green 131 ◦ blue 254

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

Shades of Heliotrope #BD83FE

Tints of Heliotrope #BD83FE

RGB

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

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

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

R = 32.93%
G = 22.82%
B = 44.25%

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

#BD83FE (or 0xBD83FE) is known color: Heliotrope. HEX triplet: BD, 83 and FE. RGB value is (189,131,254). Sum of RGB (Red+Green+Blue) = 189+131+254=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 131 (51.56% from 255 or 22.82% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD83FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD83FE is #427C01. Grayscale: #A1A1A1. Windows color (decimal): -4357122 or 16679869. OLE color: 16679869.

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

Color convert

RGB 189 131 254 -
CMYK 0.26 0.48 0 0.00
HSL 268.29º 0.98% 0.75% -
HSV(B) 268.29º 0.48% 1% -
XYZ 46.99 34.21 97.89 -
YUV 162.36 179.72 147 -
System Red Green Blue C M Y K H S L
Decimal 189 131 254 0.26 0.48 0 0.00 268.29 0.98 0.75
Hex BD 83 FE 1A 30 0 0 10C 62 4B
Octal 275 203 376 32 60 0 0 414 142 113
Binary 10111101 10000011 11111110 11010 110000 0 0 100001100 1100010 1001011

Color Harmonies of #BD83FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD83FE

Black with #BD83FE

Text Example


Text Example

White with #BD83FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD83FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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