Html Css Color HEX #BD71FA Heliotrope

📋 copy color: '#BD71FA'

red 189 ◦ green 113 ◦ blue 250

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

Shades of Heliotrope #BD71FA

Tints of Heliotrope #BD71FA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.47%

 BLUE value IS 250 (98.05% from 255) = 45.29%

R = 34.24%
G = 20.47%
B = 45.29%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD71FA (or 0xBD71FA) is known color: Heliotrope. HEX triplet: BD, 71 and FA. RGB value is (189,113,250). Sum of RGB (Red+Green+Blue) = 189+113+250=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 113 (44.53% from 255 or 20.47% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD71FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD71FA is #428E05. Grayscale: #969696. Windows color (decimal): -4361734 or 16413117. OLE color: 16413117.

HSL color Cylindrical-coordinate representation of color #BD71FA: hue angle of 273.28º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD71FA is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 113 250 -
CMYK 0.24 0.55 0 0.02
HSL 273.28º 0.93% 0.71% -
HSV(B) 273.28º 0.55% 0.98% -
XYZ 44.15 29.53 93.82 -
YUV 151.34 183.68 154.86 -
System Red Green Blue C M Y K H S L
Decimal 189 113 250 0.24 0.55 0 0.02 273.28 0.93 0.71
Hex BD 71 FA 18 37 0 2 111 5D 47
Octal 275 161 372 30 67 0 2 421 135 107
Binary 10111101 1110001 11111010 11000 110111 0 10 100010001 1011101 1000111

Color Harmonies of #BD71FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD71FA

Black with #BD71FA

Text Example


Text Example

White with #BD71FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD71FA; }

 p { color: rgb(189,113,250); }

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

background-color css

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

 a { background-color: rgb(189,113,250); }

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

border-color css

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

 span { border-color: rgb(189,113,250); }

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