Html Css Color HEX #BD71FE Heliotrope

📋 copy color: '#BD71FE'

red 189 ◦ green 113 ◦ blue 254

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

Shades of Heliotrope #BD71FE

Tints of Heliotrope #BD71FE

RGB

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

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

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

R = 33.99%
G = 20.32%
B = 45.68%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD71FE (or 0xBD71FE) is known color: Heliotrope. HEX triplet: BD, 71 and FE. RGB value is (189,113,254). Sum of RGB (Red+Green+Blue) = 189+113+254=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 113 (44.53% from 255 or 20.32% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD71FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD71FE is #428E01. Grayscale: #979797. Windows color (decimal): -4361730 or 16675261. OLE color: 16675261.

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

Color convert

RGB 189 113 254 -
CMYK 0.26 0.56 0 0.00
HSL 272.34º 0.99% 0.72% -
HSV(B) 272.34º 0.56% 1% -
XYZ 44.78 29.78 97.15 -
YUV 151.8 185.68 154.54 -
System Red Green Blue C M Y K H S L
Decimal 189 113 254 0.26 0.56 0 0.00 272.34 0.99 0.72
Hex BD 71 FE 1A 38 0 0 110 63 48
Octal 275 161 376 32 70 0 0 420 143 110
Binary 10111101 1110001 11111110 11010 111000 0 0 100010000 1100011 1001000

Color Harmonies of #BD71FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD71FE

Black with #BD71FE

Text Example


Text Example

White with #BD71FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD71FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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