Html Css Color HEX #BD6BFE Heliotrope

📋 copy color: '#BD6BFE'

red 189 ◦ green 107 ◦ blue 254

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

Shades of Heliotrope #BD6BFE

Tints of Heliotrope #BD6BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.45%

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

R = 34.36%
G = 19.45%
B = 46.18%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD6BFE (or 0xBD6BFE) is known color: Heliotrope. HEX triplet: BD, 6B and FE. RGB value is (189,107,254). Sum of RGB (Red+Green+Blue) = 189+107+254=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 107 (42.19% from 255 or 19.45% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD6BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6BFE is #429401. Grayscale: #939393. Windows color (decimal): -4363266 or 16673725. OLE color: 16673725.

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

Color convert

RGB 189 107 254 -
CMYK 0.26 0.58 0 0.00
HSL 273.47º 0.99% 0.71% -
HSV(B) 273.47º 0.58% 1% -
XYZ 44.13 28.49 96.94 -
YUV 148.28 187.67 157.05 -
System Red Green Blue C M Y K H S L
Decimal 189 107 254 0.26 0.58 0 0.00 273.47 0.99 0.71
Hex BD 6B FE 1A 3A 0 0 111 63 47
Octal 275 153 376 32 72 0 0 421 143 107
Binary 10111101 1101011 11111110 11010 111010 0 0 100010001 1100011 1000111

Color Harmonies of #BD6BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6BFE

Black with #BD6BFE

Text Example


Text Example

White with #BD6BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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