Html Css Color HEX #BD83FF Heliotrope

📋 copy color: '#BD83FF'

red 189 ◦ green 131 ◦ blue 255

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

Shades of Heliotrope #BD83FF

Tints of Heliotrope #BD83FF

RGB

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

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

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

R = 32.87%
G = 22.78%
B = 44.35%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD83FF (or 0xBD83FF) is known color: Heliotrope. HEX triplet: BD, 83 and FF. RGB value is (189,131,255). Sum of RGB (Red+Green+Blue) = 189+131+255=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 131 (51.56% from 255 or 22.78% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD83FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD83FF is #427C00. Grayscale: #A2A2A2. Windows color (decimal): -4357121 or 16745405. OLE color: 16745405.

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

Color convert

RGB 189 131 255 -
CMYK 0.26 0.49 0 0
HSL 268.06º 1% 0.76% -
HSV(B) 268.06º 0.49% 1% -
XYZ 47.15 34.27 98.74 -
YUV 162.48 180.22 146.92 -
System Red Green Blue C M Y K H S L
Decimal 189 131 255 0.26 0.49 0 0 268.06 1 0.76
Hex BD 83 FF 1A 31 0 0 10C 64 4C
Octal 275 203 377 32 61 0 0 414 144 114
Binary 10111101 10000011 11111111 11010 110001 0 0 100001100 1100100 1001100

Color Harmonies of #BD83FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD83FF

Black with #BD83FF

Text Example


Text Example

White with #BD83FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD83FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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